Windows Media Services SDK banner art
PreviousNext

ValidateReceivedPackets Property

Returns or sets a Boolean value that indicates whether the user wants to validate incoming packets for connectionless transfers (for example, UDP, or UDP with forward error-correction) to ensure that they are for the current transfer.

Syntax

NSFile.ValidateReceivedPackets

Remarks

Packets that do not pass the validation test are considered bogus packets. The number of bogus packets received can be read through the NumBogusPacketsReceived property. For connection-oriented transfers (for example, Transmission Control Protocol [TCP]), this property is ignored, and packets are never validated.

This property must be set to False only if either the caller wants the highest level of performance and is willing to risk robustness of the transfer, or the caller has a known private multicast address and port combination that no one else can use. It is highly recommended that this property not be set to False.

This property is set to True by default.

This property is always available.

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.