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

GetPTRRecords() public method

Gets PTR records.
public GetPTRRecords ( ) : LumiSoft.Net.Dns.Client.PTR_Record[]
return LumiSoft.Net.Dns.Client.PTR_Record[]
        public PTR_Record[] GetPTRRecords()
        {
            return (PTR_Record[])FilterRecords(m_pAnswers,typeof(PTR_Record)).ToArray(typeof(PTR_Record));
        }