The properties of System.Net.Sockets.TcpClient are listed below. For a list of all members, see the TcpClient Members list.
See Also: Inherited members from System.Object
[read-only] | Available | int.
Gets the amount of data that has been received from the network and is available to be read. |
Client | Socket.
Gets or sets the underlying System.Net.Sockets.Socket. | |
[read-only] | Connected | bool.
Gets a value indicating whether the underlying System.Net.Sockets.Socket for a System.Net.Sockets.TcpClient is connected to a remote host. |
ExclusiveAddressUse | bool.
Gets or sets a bool value that specifies whether the System.Net.Sockets.TcpClient allows only one client to use a port. | |
LingerState | LingerOption.
Gets or sets information about the linger state of the associated socket. | |
NoDelay | bool.
Gets or sets a value that disables a delay when send or receive buffers are not full. | |
ReceiveBufferSize | int.
Gets or sets the size of the receive buffer. | |
ReceiveTimeout | int.
Gets or sets the amount of time a System.Net.Sockets.TcpClient will wait to receive data once a read operation is initiated. | |
SendBufferSize | int.
Gets or sets the size of the send buffer. | |
SendTimeout | int.
Gets or sets the amount of time a System.Net.Sockets.TcpClient will wait for a send operation to complete successfully. |