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