NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UDPClient.Active

Used by the class to indicate that a connection to a remote host has been made.

[Visual Basic]
Protected Active As Boolean
[C#]
protected bool Active;
[C++]
protected: bool Active;
[JScript]
protected var Active : Boolean;

See Also

UDPClient Class | UDPClient Members | System.Net.Sockets Namespace