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