UNPKG

@bipsync/ews-javascript-api

Version:
12 lines (11 loc) 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DnsClient = (function () { function DnsClient() { } DnsClient.prototype.DnsQuer = function (domain, dnsServerAddress /*System.Net.IPAddress*/) { throw new Error("DnsClient.ts - DnsQuer<T> : Not implemented."); }; return DnsClient; }()); DnsClient.Win32Success = 0; exports.DnsClient = DnsClient; //------------modulename->Microsoft.Exchange.WebServices.Dns------------