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