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!

TCPListener.Active

Used by the class to indicate that the listener's socket has been bound to a port and started listening.

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

See Also

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