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