C# Класс CalDavSynchronizer.Utilities.DnsQueryHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetSRVRecordList ( string lookupString ) : List
GetTxtRecord ( string lookupString ) : string

Приватные методы

Метод Описание
DnsQuery ( [ pszName, QueryTypes wType, System.Linq.QueryOptions options, int aipServers, IntPtr &ppQueryResults, int pReserved ) : int
DnsRecordListFree ( IntPtr pRecordList, int FreeType ) : void

Описание методов

GetSRVRecordList() публичный статический Метод

public static GetSRVRecordList ( string lookupString ) : List
lookupString string
Результат List

GetTxtRecord() публичный статический Метод

public static GetTxtRecord ( string lookupString ) : string
lookupString string
Результат string