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