CreateTransport() public static method

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