System::Net::Sockets::TcpClient::TcpClient Konstruktor
Inhalt
[
Ausblenden
]TcpClient::TcpClient() constructor
Konstruiert eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient()
Siehe auch
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(AddressFamily) constructor
Konstruiert eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient(AddressFamily family)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Familie | AddressFamily | Eine Adressfamilie. |
Siehe auch
- Enum AddressFamily
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(String, int32_t) constructor
Konstruiert eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient(String hostname, int32_t port)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Hostname | String | Ein Remote-Hostname zum Verbinden. |
| Port | int32_t | Ein Port des Remote-Hosts zum Verbinden. |
Siehe auch
- Class String
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(System::SharedPtr<IPEndPoint>) constructor
Konstruiert eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient(System::SharedPtr<IPEndPoint> localEP)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localEP | System::SharedPtr<IPEndPoint> | Der Endpunkt, an den das Socket gebunden ist. |
Siehe auch
- Typedef SharedPtr
- Class IPEndPoint
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++