System::Net::Sockets::TcpClient::TcpClient constructor
Contenuti
[
Nascondere
]TcpClient::TcpClient() constructor
Crea una nuova istanza.
System::Net::Sockets::TcpClient::TcpClient()
Vedi anche
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
TcpClient::TcpClient(AddressFamily) constructor
Crea una nuova istanza.
System::Net::Sockets::TcpClient::TcpClient(AddressFamily family)
| Parametro | Tipo | Descrizione |
|---|---|---|
| famiglia | AddressFamily | Una famiglia di indirizzi. |
Vedi anche
- Enum AddressFamily
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
TcpClient::TcpClient(String, int32_t) constructor
Crea una nuova istanza.
System::Net::Sockets::TcpClient::TcpClient(String hostname, int32_t port)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nome host | Stringa | Un nome host remoto a cui connettersi. |
| porta | int32_t | Una porta dell’host remoto a cui connettersi. |
Vedi anche
- Class String
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++
TcpClient::TcpClient(System::SharedPtr<IPEndPoint>) constructor
Crea una nuova istanza.
System::Net::Sockets::TcpClient::TcpClient(System::SharedPtr<IPEndPoint> localEP)
| Parametro | Tipo | Descrizione |
|---|---|---|
| localEP | System::SharedPtr<IPEndPoint> | Il punto finale a cui il socket è associato. |
Vedi anche
- Typedef SharedPtr
- Class IPEndPoint
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Font for C++