Exemple #1
0
 public Task <Guid> DisableHttp(string dnsName, string location)
 {
     return(underlying.DisableHttp(dnsName, location));
 }