System::Net::Sockets::TcpClient::TcpClient constructor
Contents
[
Hide
]TcpClient::TcpClient() constructor
Constructs a new instance.
System::Net::Sockets::TcpClient::TcpClient()
See Also
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(AddressFamily) constructor
Constructs a new instance.
System::Net::Sockets::TcpClient::TcpClient(AddressFamily family)
Parameter | Type | Description |
---|---|---|
family | AddressFamily | An address family. |
See Also
- Enum AddressFamily
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(String, int32_t) constructor
Constructs a new instance.
System::Net::Sockets::TcpClient::TcpClient(String hostname, int32_t port)
Parameter | Type | Description |
---|---|---|
hostname | String | A remote host name to connect. |
port | int32_t | A port of the remote host to connect. |
See Also
- Class String
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++
TcpClient::TcpClient(System::SharedPtr<IPEndPoint>) constructor
Constructs a new instance.
System::Net::Sockets::TcpClient::TcpClient(System::SharedPtr<IPEndPoint> localEP)
Parameter | Type | Description |
---|---|---|
localEP | System::SharedPtr<IPEndPoint> | The endpoint to which the socket is bound. |
See Also
- Typedef SharedPtr
- Class IPEndPoint
- Class TcpClient
- Namespace System::Net::Sockets
- Library Aspose.Page for C++