LumiSoft.Net.Dns.Client.DnsServerResponse.GetNSRecords C# (CSharp) 메소드

GetNSRecords() 공개 메소드

Gets name server records.
public GetNSRecords ( ) : LumiSoft.Net.Dns.Client.NS_Record[]
리턴 LumiSoft.Net.Dns.Client.NS_Record[]
        public NS_Record[] GetNSRecords()
        {
            return (NS_Record[])FilterRecords(m_pAnswers,typeof(NS_Record)).ToArray(typeof(NS_Record));
        }