1 implementation of IChannelWrapper
InteropClient (1)
IChannelWrapper.cs (1)
30
public class GrpcChannelWrapper :
IChannelWrapper
4 references to IChannelWrapper
InteropClient (4)
InteropClient.cs (4)
138
var
channel = await HttpClientCreateChannel();
143
private async Task<
IChannelWrapper
> HttpClientCreateChannel()
204
private TClient CreateClient<TClient>(
IChannelWrapper
channel) where TClient : ClientBase
209
private async Task RunTestCaseAsync(
IChannelWrapper
channel, ClientOptions options)