System::Net::IPAddress::HostToNetworkOrder metode

IPAddress::HostToNetworkOrder(int16_t) method

Mengonversi urutan byte host yang ditentukan ke urutan byte jaringan yang sesuai.

static int16_t System::Net::IPAddress::HostToNetworkOrder(int16_t host)
ParameterTipeDeskripsi
hostint16_tNilai yang akan dikonversi.

ReturnValue

Urutan byte jaringan yang sesuai.

Lihat Juga

IPAddress::HostToNetworkOrder(int32_t) method

Mengonversi urutan byte host yang ditentukan ke urutan byte jaringan yang sesuai.

static int32_t System::Net::IPAddress::HostToNetworkOrder(int32_t host)
ParameterTipeDeskripsi
hostint32_tNilai yang akan dikonversi.

ReturnValue

Urutan byte jaringan yang sesuai.

Lihat Juga

IPAddress::HostToNetworkOrder(int64_t) method

Mengonversi urutan byte host yang ditentukan ke urutan byte jaringan yang sesuai.

static int64_t System::Net::IPAddress::HostToNetworkOrder(int64_t host)
ParameterTipeDeskripsi
hostint64_tNilai yang akan dikonversi.

ReturnValue

Urutan byte jaringan yang sesuai.

Lihat Juga