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