Пример #1
0
 public static RestClient ForIISExpress()
 {
     return(new RestClient(WebServers.EnsureHost(Host.IISExpress)));
 }
Пример #2
0
 public static RestClient ForOwin()
 {
     return(new RestClient(WebServers.EnsureHost(Host.Owin)));
 }
Пример #3
0
 public static RestClient ForHost(Host host)
 {
     return(new RestClient(WebServers.EnsureHost(host)));
 }