LumiSoft.Net.Dns.Client.DnsServerResponse.GetNSRecords C# (CSharp) Method

GetNSRecords() public method

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