Ejemplo n.º 1
0
 public static RestClient ForIISExpress()
 {
     return(new RestClient(WebServers.EnsureHost(Host.IISExpress)));
 }
Ejemplo n.º 2
0
 public static RestClient ForOwin()
 {
     return(new RestClient(WebServers.EnsureHost(Host.Owin)));
 }
Ejemplo n.º 3
0
 public static RestClient ForHost(Host host)
 {
     return(new RestClient(WebServers.EnsureHost(host)));
 }