TcpClient Properties
.NET Framework 1.1
The properties of the TcpClient class are listed here. For a complete list of TcpClient class members, see the TcpClient Members topic.
Public Properties
LingerState Supported by the .NET Compact Framework. | Gets or sets information about the sockets linger time. |
NoDelay Supported by the .NET Compact Framework. | Gets or sets a value that disables a delay when send or receive buffers are not full. |
ReceiveBufferSize Supported by the .NET Compact Framework. | 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 Supported by the .NET Compact Framework. | 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. |
Protected Properties
Active | Gets or set a value that indicates whether a connection has been made. |
Client | Gets or sets the underlying Socket. |
