TcpClient Properties
.NET Framework (current version)
Namespace:
System.Net.Sockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Active | Gets or set a value that indicates whether a connection has been made. |
![]() | Available | Gets the amount of data that has been received from the network and is available to be read. |
![]() | Client | Gets or sets the underlying Socket. |
![]() | Connected | |
![]() | ExclusiveAddressUse | |
![]() | LingerState | Gets or sets information about the linger state of the associated socket. |
![]() | NoDelay | Gets or sets a value that disables a delay when send or receive buffers are not full. |
![]() | ReceiveBufferSize | Gets or sets the size of the receive buffer. |
![]() | ReceiveTimeout | Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated. |
![]() | SendBufferSize | Gets or sets the size of the send buffer. |
![]() | SendTimeout | Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully. |
Show:

