Hevea documentation

PublicTcpClient Members

PublicTcpClient overview

Public Instance Constructors

PublicTcpClient Constructor Constructor.

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.

Public Instance Methods

Close (inherited from TcpClient) Closes the TCP connection and releases all resources associated with the TcpClient.
Connect (inherited from TcpClient)Overloaded. 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 (inherited from TcpClient) Returns the NetworkStream 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 (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.

Protected Instance Methods

Dispose (inherited from TcpClient) Releases the unmanaged resources used by the TcpClient and optionally releases the managed resources.
Finalize (inherited from TcpClient) Frees resources used by the TcpClient class.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

PublicTcpClient Class | Hevea.Core.Net Namespace