6 references to ServiceChannelProxy
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
377
return
ServiceChannelProxy
.CreateProxy<TChannel>(direction, serviceChannel);
386
ServiceChannelProxy
proxy = transparentProxy as
ServiceChannelProxy
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
31
TChannel proxy = DispatchProxy.Create<TChannel,
ServiceChannelProxy
>();
37
ServiceChannelProxy
channelProxy = (
ServiceChannelProxy
)(object)proxy;