TcpClient Methods |
The TcpClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Open(String, Int32, Flags) |
Opens a TCP connection.
| |
| Open(String, Int32, NotifyDataChangedEventHandler) |
Opens a TCP connection.
| |
| OpenAsync(String, Int32, Flags) |
Opens a TCP connection.
| |
| OpenAsync(String, Int32, NotifyDataChangedEventHandler) |
Opens a TCP connection.
| |
| OpenAsync(Boolean, String, Int32, Flags) |
Opens a TCP connection.
| |
| OpenAsync(Boolean, String, Int32, NotifyDataChangedEventHandler) |
Opens a TCP connection.
| |
| OpenStream |
Opens a TCP connection.
| |
| OpenStreamAsync(String, Int32, Flags) |
Opens a TCP connection.
| |
| OpenStreamAsync(Boolean, String, Int32, Flags) |
Opens a TCP connection.
|