Exemplo n.º 1
0
 internal ResolutionResult(int nestingLevel, DnsClient.Request request, DnsClient.Response response, NameServerCollection authorities)
 {
     this.NestingLevel = nestingLevel;
     this.Request      = request;
     this.Response     = response;
     _Authorities      = authorities;
 }
Exemplo n.º 2
0
 internal ResolutionResult(int nestingLevel, DnsClient.Request request, DnsClient.Response response, NameServerCollection authorities)
 {
     this.NestingLevel = nestingLevel;
       this.Request = request;
       this.Response = response;
       _Authorities = authorities;
 }
Exemplo n.º 3
0
 internal AddressResolutionResult(int nestingLevel, DnsClient.Request request, DnsClient.Response response, NameServerCollection authorities)
     : base(nestingLevel, request, response, authorities)
 {
 }