DnsEndPoint()

DnsEndPoint::DnsEndPoint(String, int32_t) constructor

Constructs a new instance.

System::Net::DnsEndPoint::DnsEndPoint(String host, int32_t port)

Arguments

ParameterTypeDescription
hostStringThe host name.
portint32_tThe port number.

DnsEndPoint::DnsEndPoint(String, int32_t, System::Net::Sockets::AddressFamily) constructor

Constructs a new instance.

System::Net::DnsEndPoint::DnsEndPoint(String host, int32_t port, System::Net::Sockets::AddressFamily addressFamily)

Arguments

ParameterTypeDescription
hostStringThe host name.
portint32_tThe port number.
addressFamilySystem::Net::Sockets::AddressFamilyAn address family to which a newly created class instance must belong.

See Also