C# Класс bedrock.net.UnixDnsResolver

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ResolveSRV ( string query ) : SRVRecord[]

Приватные методы

Метод Описание
GETSHORT ( byte &buf ) : ushort
bsd_dn_expand ( byte msg, byte endorig, byte comp_dn, byte exp_dn, int length ) : int
bsd_res_query ( string dname, int cls, int type, byte header, int headerlen ) : int
dn_expand ( byte msg, byte endorig, byte comp_dn, byte exp_dn, int length ) : int
linux_dn_expand ( byte msg, byte endorig, byte comp_dn, byte exp_dn, int length ) : int
linux_res_query ( string dname, int cls, int type, byte header, int headerlen ) : int
ntohs ( UInt16 netshort ) : UInt16
res_query ( string dname, int cls, int type, byte header, int headerlen ) : int

Описание методов

ResolveSRV() публичный статический Метод

public static ResolveSRV ( string query ) : SRVRecord[]
query string
Результат SRVRecord[]