IPEndPoint()

IPEndPoint::IPEndPoint(int64_t, int32_t) constructor

Constructs a new instance.

System::Net::IPEndPoint::IPEndPoint(int64_t address, int32_t port)

Arguments

ParameterTypeDescription
addressint64_tThe host IP address.
portint32_tThe port number.

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

Constructs a new instance.

System::Net::IPEndPoint::IPEndPoint(System::SharedPtr<IPAddress> address, int32_t port)

Arguments

ParameterTypeDescription
addressSystem::SharedPtr<IPAddress>The host IP address.
portint32_tThe port number.

See Also