Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TcpListener::Active Property

 

Gets a value that indicates whether TcpListener is actively listening for client connections.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

protected:
property bool Active {
	bool get();
}

Property Value

Type: System::Boolean

true if TcpListener is actively listening; otherwise, false.

Classes deriving from TcpListener can use this property to determine if the Socket is currently listening for incoming connection attempts. The Active property can be used to avoid redundant Start attempts.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft