1 implementation of Channel
InteropClient (1)
IChannelWrapper.cs (1)
32public ChannelBase Channel { get; }
1 reference to Channel
InteropClient (1)
InteropClient.cs (1)
206return (TClient)Activator.CreateInstance(typeof(TClient), channel.Channel)!;