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