@bipsync/ews-javascript-api
Version:
EWS Managed api in JavaScript
12 lines (11 loc) • 466 B
JavaScript
;
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------------