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!

TCPClient.Active

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

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

See Also

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