1 implementation of IChannelBaseProxy
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
916protected class ChannelBase<T> : IClientChannel, IOutputChannel, IRequestChannel, IChannelBaseProxy
3 references to IChannelBaseProxy
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
377IChannelBaseProxy cb = transparentProxy as IChannelBaseProxy;
System\ServiceModel\ClientBase.cs (1)
1228ServiceChannel IChannelBaseProxy.GetServiceChannel()