Mono Class Library: OverviewSystem.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
[read-only] Available int. Documentation for this section has not yet been entered. Client Socket. The System.Net.Sockets.Socket that all network communications passes through. [read-only] Connected bool. Documentation for this section has not yet been entered. ExclusiveAddressUse bool. Documentation for this section has not yet been entered. LingerState LingerOption. If set, the socket will remain open after it has been instructed to close, in order to send data that remains in the buffer. NoDelay bool. 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. ReceiveBufferSize int. How big the receive buffer is (from the connection socket). ReceiveTimeout int. How long before the socket will time out on a Receive() call. SendBufferSize int. How big the send buffer is (from the connection socket). SendTimeout int. How long before the socket will time out on a Send() call.