C# Class bedrock.net.UnixDnsResolver

Show file Open project: codebutler/jabber-net Class Usage Examples

Public Methods

Method Description
ResolveSRV ( string query ) : SRVRecord[]

Private Methods

Method Description
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

Method Details

ResolveSRV() public static method

public static ResolveSRV ( string query ) : SRVRecord[]
query string
return SRVRecord[]