System::Net::Sockets::TcpClient::TcpClient Konstruktor
Inhalt
[
Ausblenden
]TcpClient::TcpClient() constructor
Erstellt eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient()
Siehe auch
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
TcpClient::TcpClient(AddressFamily) constructor
Erstellt 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.Font for C++
TcpClient::TcpClient(String, int32_t) constructor
Erstellt 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.Font for C++
TcpClient::TcpClient(System::SharedPtr<IPEndPoint>) constructor
Erstellt eine neue Instanz.
System::Net::Sockets::TcpClient::TcpClient(System::SharedPtr<IPEndPoint> localEP)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localEP | System::SharedPtr<IPEndPoint> | Der Endpunkt, an den der Socket gebunden ist. |
Siehe auch
- Typedef SharedPtr
- Class IPEndPoint
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++