Hevea documentation

PublicTcpClient Properties

The properties of the PublicTcpClient class are listed below. For a complete list of PublicTcpClient class members, see the PublicTcpClient Members topic.

Public Instance Properties

LingerState (inherited from TcpClient) Gets or sets information about the sockets linger time.
NoDelay (inherited from TcpClient) Gets or sets a value that disables a delay when send or receive buffers are not full.
ReceiveBufferSize (inherited from TcpClient) Gets or sets the size of the receive buffer.
ReceiveTimeout (inherited from TcpClient) Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
RemoteEndPoint Gets infos about the remote endpoint.
SendBufferSize (inherited from TcpClient) Gets or sets the size of the send buffer.
SendTimeout (inherited from TcpClient) Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.

Protected Instance Properties

Active (inherited from TcpClient) Gets or set a value that indicates whether a connection has been made.
Client (inherited from TcpClient) Gets or sets the underlying Socket.

See Also

PublicTcpClient Class | Hevea.Core.Net Namespace