Property | Type | Description | |
---|---|---|---|
BeginConnectCore | IAsyncResult | ||
BeginConnectCore | IAsyncResult | ||
ConnectAsyncCore | System.Threading.Tasks.Task | ||
ConnectAsyncCore | System.Threading.Tasks.Task | ||
CreateSocket | |||
DisposeCore | void | ||
EndConnectCore | void | ||
InitializeClientSocket | void | ||
TcpClient | System.Diagnostics |
Method | Description | |
---|---|---|
BeginConnect ( IPAddress address, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
BeginConnect ( string host, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
Close ( ) : void | ||
Connect ( IPAddress address, int port ) : void | ||
Connect ( IPEndPoint remoteEP ) : void | ||
Connect ( string hostname, int port ) : void | ||
ConnectAsync ( IPAddress address, int port ) : System.Threading.Tasks.Task | ||
ConnectAsync ( string host, int port ) : System.Threading.Tasks.Task | ||
Dispose ( ) : void | ||
EndConnect ( IAsyncResult asyncResult ) : void | ||
GetStream ( ) : |
||
TcpClient ( IPEndPoint localEP ) | ||
TcpClient ( string hostname, int port ) | ||
TcpClient ( ) : System.Diagnostics | ||
TcpClient ( AddressFamily family ) : System.Diagnostics |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
BeginConnectCore ( IPAddress address, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
BeginConnectCore ( string host, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
ConnectAsyncCore ( IPAddress address, int port ) : System.Threading.Tasks.Task | ||
ConnectAsyncCore ( string host, int port ) : System.Threading.Tasks.Task | ||
CreateSocket ( ) : |
||
DisposeCore ( ) : void | ||
EndConnectCore ( |
||
InitializeClientSocket ( ) : void | ||
TcpClient ( |
public BeginConnect ( IPAddress address, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
address | IPAddress | |
port | int | |
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginConnect ( string host, int port, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
host | string | |
port | int | |
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public Connect ( IPAddress address, int port ) : void | ||
address | IPAddress | |
port | int | |
return | void |
public Connect ( IPEndPoint remoteEP ) : void | ||
remoteEP | IPEndPoint | |
return | void |
public Connect ( string hostname, int port ) : void | ||
hostname | string | |
port | int | |
return | void |
public ConnectAsync ( IPAddress address, int port ) : System.Threading.Tasks.Task | ||
address | IPAddress | |
port | int | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( string host, int port ) : System.Threading.Tasks.Task | ||
host | string | |
port | int | |
return | System.Threading.Tasks.Task |
public EndConnect ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public TcpClient ( AddressFamily family ) : System.Diagnostics | ||
family | AddressFamily | |
return | System.Diagnostics |