System::Net::Sockets::TcpClient::TcpClient Konstruktor

TcpClient::TcpClient() constructor

Erstellt eine neue Instanz.

System::Net::Sockets::TcpClient::TcpClient()

Siehe auch

TcpClient::TcpClient(AddressFamily) constructor

Erstellt eine neue Instanz.

System::Net::Sockets::TcpClient::TcpClient(AddressFamily family)
ParameterTypBeschreibung
FamilieAddressFamilyEine Adressfamilie.

Siehe auch

TcpClient::TcpClient(String, int32_t) constructor

Erstellt eine neue Instanz.

System::Net::Sockets::TcpClient::TcpClient(String hostname, int32_t port)
ParameterTypBeschreibung
hostnameStringEin Remote-Hostname zum Verbinden.
portint32_tEin Port des Remote-Hosts zum Verbinden.

Siehe auch

TcpClient::TcpClient(System::SharedPtr<IPEndPoint>) constructor

Erstellt eine neue Instanz.

System::Net::Sockets::TcpClient::TcpClient(System::SharedPtr<IPEndPoint> localEP)
ParameterTypBeschreibung
localEPSystem::SharedPtr<IPEndPoint>Der Endpunkt, an den der Socket gebunden ist.

Siehe auch