TcpClient Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BeginConnect | Overloaded. Begins an asynchronous request for a remote host connection. |
| Close | Disposes this TcpClient instance without closing the underlying connection. |
| Connect | Overloaded. Connects the client to a remote TCP host using the specified host name and port number. |
| EndConnect | Asynchronously accepts an incoming connection attempt. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetStream | Returns the NetworkStream used to send and receive data. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the TcpClient and optionally releases the managed resources. |
| Finalize | Overridden. Frees resources used by the TcpClient class. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |