Mentalis.org Security Library documentation

SecureTcpClient Members

Public Instance Constructors

SecureTcpClientOverloaded. Initialize a new instance of the SecureTcpClient class.

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.

Public Instance Methods

Close Closes the TCP connection.
ConnectOverloaded. Connects the client to the specified port on the specified host.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetStream Returns the stream used to send and receive data.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

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.

Protected Instance Methods

Dispose Releases the unmanaged resources used by the SecureTcpClient and optionally releases the managed resources.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SecureTcpClient Class | Org.Mentalis.Security.Ssl Namespace