The TcpProxyClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TcpProxyClient |
Initializes a new instance of the TcpProxyClient class.
|
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
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.) |
![]() |
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.) |
![]() |
Close |
Disposes this TcpClient instance without closing the underlying connection.
(Inherited from TcpClient.) |
![]() |
Connect(IPEndPoint) |
Connects the client to a remote TCP host using the specified remote network endpoint.
(Inherited from TcpClient.) |
![]() |
Connect(String, Int32) |
Connects the client to the specified port on the specified host.
(Inherited from TcpClient.) |
![]() |
Connect(IPAddress, Int32) |
Connects the client to a remote TCP host using the specified IP address and port number.
(Inherited from TcpClient.) |
![]() |
Connect(array<IPAddress>[]()[][], Int32) |
Connects the client to a remote TCP host using the specified IP addresses and port number.
(Inherited from TcpClient.) |
![]() |
Dispose |
Releases the unmanaged resources used by the TcpClient and optionally releases the managed resources.
(Inherited from TcpClient.) |
![]() |
EndConnect |
Asynchronously accepts an incoming connection attempt.
(Inherited from TcpClient.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Frees resources used by the TcpClient class.
(Inherited from TcpClient.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetStream |
Returns the NetworkStream used to send and receive data.
(Inherited from TcpClient.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Active |
Gets or set a value that indicates whether a connection has been made.
(Inherited from TcpClient.) |
![]() |
Available |
Gets the amount of data that has been received from the network and is available to be read.
(Inherited from TcpClient.) |
![]() |
Client |
Gets or sets the underlying Socket.
(Inherited from TcpClient.) |
![]() |
Connected |
Gets a value indicating whether the underlying Socket for a TcpClient is connected to a remote host.
(Inherited from TcpClient.) |
![]() |
ExclusiveAddressUse |
Gets or sets a Boolean value that specifies whether the TcpClient allows only one client to use a port.
(Inherited from TcpClient.) |
![]() |
LingerState |
Gets or sets information about the sockets linger time.
(Inherited from TcpClient.) |
![]() |
NoDelay |
Gets or sets a value that disables a delay when send or receive buffers are not full.
(Inherited from TcpClient.) |
![]() |
ReceiveBufferSize |
Gets or sets the size of the receive buffer.
(Inherited from TcpClient.) |
![]() |
ReceiveTimeout |
Gets or sets the amount of time a TcpClient will wait to receive data once a read operation is initiated.
(Inherited from TcpClient.) |
![]() |
SendBufferSize |
Gets or sets the size of the send buffer.
(Inherited from TcpClient.) |
![]() |
SendTimeout |
Gets or sets the amount of time a TcpClient will wait for a send operation to complete successfully.
(Inherited from TcpClient.) |