C# 클래스 bedrock.net.UnixDnsResolver

파일 보기 프로젝트 열기: codebutler/jabber-net 1 사용 예제들

공개 메소드들

메소드 설명
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[]