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