TcpListener Properties
.NET Framework (current version)
Namespace:
System.Net.Sockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Active | Gets a value that indicates whether TcpListener is actively listening for client connections. |
![]() | ExclusiveAddressUse | Gets or sets a Boolean value that specifies whether the TcpListener allows only one underlying socket to listen to a specific port. |
![]() | LocalEndpoint | Gets the underlying EndPoint of the current TcpListener. |
![]() | Server | Gets the underlying network Socket. |
Show:

