System::Net::IPEndPoint::IPEndPoint constructor

IPEndPoint::IPEndPoint(int64_t, int32_t) constructor

Construeert een nieuw exemplaar.

System::Net::IPEndPoint::IPEndPoint(int64_t address, int32_t port)
ParameterTypeBeschrijving
adresint64_tHet host-IP-adres.
portint32_tHet poortnummer.

Zie ook

IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress>, int32_t) constructor

Construeert een nieuw exemplaar.

System::Net::IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress> address, int32_t port)
ParameterTypeBeschrijving
adresSystem::SharedPtr<IPAddress>Het host-IP-adres.
portint32_tHet poortnummer.

Zie ook