Mono Class Library: Overview

System.Net.Sockets.TcpClient: Property Members

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

Public Properties

[read-only]
Availableint. Documentation for this section has not yet been entered.
ClientSocket. The System.Net.Sockets.Socket that all network communications passes through.
[read-only]
Connectedbool. Documentation for this section has not yet been entered.
ExclusiveAddressUsebool. Documentation for this section has not yet been entered.
LingerStateLingerOption. If set, the socket will remain open after it has been instructed to close, in order to send data that remains in the buffer.
NoDelaybool. If set, outbound data will be sent at once rather than collected until enough is available to fill a packet. This is the TCP_NODELAY sockopt from BSD sockets and WinSock. For more information, look up the Nagle algorithm.
ReceiveBufferSizeint. How big the receive buffer is (from the connection socket).
ReceiveTimeoutint. How long before the socket will time out on a Receive() call.
SendBufferSizeint. How big the send buffer is (from the connection socket).
SendTimeoutint. How long before the socket will time out on a Send() call.

Protected Properties

Activebool. A flag that is 'true' if the TcpClient has an active connection