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

GetSOARecords() public method

Gets SOA records.
public GetSOARecords ( ) : LumiSoft.Net.Dns.Client.SOA_Record[]
return LumiSoft.Net.Dns.Client.SOA_Record[]
        public SOA_Record[] GetSOARecords()
        {
            return (SOA_Record[])FilterRecords(m_pAnswers,typeof(SOA_Record)).ToArray(typeof(SOA_Record));
        }