Mono Class Library: Overview

System.Net.Sockets.TcpClient: Method Members

The methods of System.Net.Sockets.TcpClient are listed below. For a list of all members, see the TcpClient Members list.

See Also: Inherited members from System.Object

Public Methods

BeginConnect(System.Net.IPAddress, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginConnect(System.Net.IPAddress[], int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginConnect(string, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
Close()
Closes the socket and disposes of all managed resources. Throws System.Net.Sockets.SocketException if something goes wrong while closing the socket.
Connect(System.Net.IPEndPoint)
Connects to a specified remote endpoint.
Connect(System.Net.IPAddress, int)
Connects to an IP address on a port.
Connect(System.Net.IPAddress[], int)
Documentation for this section has not yet been entered.
Connect(string, int)
Resolves a fully qualified domain name to an IP address and connects to it on a specified port.
EndConnect(IAsyncResult)
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
GetStream() : NetworkStream
Gets the System.Net.Sockets.NetworkStream object connected to the connection socket.

Protected Methods

Dispose(bool)
Gets rid of all unmanaged resources.