The TcpProxyClient type exposes the following members.

Methods

  Name Description
Public method BeginConnect(String, Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by a host name (String) and a port number (Int32).
(Inherited from TcpClient.)
Public method BeginConnect(IPAddress, Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress and a port number (Int32).
(Inherited from TcpClient.)
Public method BeginConnect(array<IPAddress>[]()[][], Int32, AsyncCallback, Object)
Begins an asynchronous request for a remote host connection. The remote host is specified by an IPAddress array and a port number (Int32).
(Inherited from TcpClient.)
Public method Close
Disposes this TcpClient instance without closing the underlying connection.
(Inherited from TcpClient.)
Public method Connect(IPEndPoint)
Connects the client to a remote TCP host using the specified remote network endpoint.
(Inherited from TcpClient.)
Public method Connect(String, Int32)
Connects the client to the specified port on the specified host.
(Inherited from TcpClient.)
Public method Connect(IPAddress, Int32)
Connects the client to a remote TCP host using the specified IP address and port number.
(Inherited from TcpClient.)
Public method Connect(array<IPAddress>[]()[][], Int32)
Connects the client to a remote TCP host using the specified IP addresses and port number.
(Inherited from TcpClient.)
Protected method Dispose
Releases the unmanaged resources used by the TcpClient and optionally releases the managed resources.
(Inherited from TcpClient.)
Public method EndConnect
Asynchronously accepts an incoming connection attempt.
(Inherited from TcpClient.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Frees resources used by the TcpClient class.
(Inherited from TcpClient.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetStream
Returns the NetworkStream used to send and receive data.
(Inherited from TcpClient.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also