1 implementation of IChannelBaseProxy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
519protected class ChannelBase<T> : IClientChannel, IOutputChannel, IRequestChannel, IChannelBaseProxy
3 references to IChannelBaseProxy
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
382IChannelBaseProxy cb = transparentProxy as IChannelBaseProxy;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
831ServiceChannel IChannelBaseProxy.GetServiceChannel()