CreateTransport() public static method

public static CreateTransport ( TransportType transportType ) : IClientTransport
transportType TransportType
return IClientTransport
Exemplo n.º 1
0
 protected IClientTransport CreateTransport(TransportType transportType, IHttpClient client)
 {
     return(HostedTestFactory.CreateTransport(transportType, client));
 }