Mentalis.org Security Library documentation

SecureTcpClient Properties

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

Public Instance Properties

LingerState Gets or sets information about the sockets linger time.
NoDelay Gets or sets a value that enables a delay when send or receive buffers are not full.
ReceiveBufferSize Gets or sets the size of the receive buffer.
ReceiveTimeout Gets or sets the amount of time a SecureTcpClient will wait to receive data once initiated.
SendBufferSize Gets or sets the size of the send buffer.
SendTimeout Gets or sets the amount of time a SecureTcpClient will wait to receive confirmation after you initiate a send.

Protected Instance Properties

Active Gets or set a value that indicates whether a connection has been made.
CleanedUp Gets or sets a value that indicates whether the underlying SecureSocket has been closed or not.
Client Gets or sets the underlying SecureSocket.
DataStream Gets or sets the underlying SecureNetworkStream associated with this SecureTcpClient.

See Also

SecureTcpClient Class | Org.Mentalis.Security.Ssl Namespace