1 instantiation of ServiceChannelProxy
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
402
ServiceChannelProxy proxy = new
ServiceChannelProxy
(interfaceType, proxiedType, direction, serviceChannel);
3 references to ServiceChannelProxy
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
402
ServiceChannelProxy
proxy = new ServiceChannelProxy(interfaceType, proxiedType, direction, serviceChannel);
415
ServiceChannelProxy
proxy = RemotingServices.GetRealProxy(transparentProxy) as
ServiceChannelProxy
;