1 type derived from ServiceChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
396
internal abstract class TypedServiceChannelFactory<TChannel> :
ServiceChannelFactory
15 references to ServiceChannelFactory
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (4)
166
return
ServiceChannelFactory
.BuildChannelFactory(this.Endpoint, this.UseActiveAutoClose);
513
internal
ServiceChannelFactory
ServiceChannelFactory
515
get { return (
ServiceChannelFactory
)InnerFactory; }
664
ServiceChannel serviceChannel =
ServiceChannelFactory
.GetServiceChannel(channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
38
private readonly
ServiceChannelFactory
_factory;
77
internal ServiceChannel(
ServiceChannelFactory
factory, IChannelBinder binder)
244
internal
ServiceChannelFactory
Factory
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
83
public static
ServiceChannelFactory
BuildChannelFactory(ChannelBuilder channelBuilder, ClientRuntime clientRuntime)
100
public static
ServiceChannelFactory
BuildChannelFactory(ServiceEndpoint serviceEndpoint)
105
public static
ServiceChannelFactory
BuildChannelFactory(ServiceEndpoint serviceEndpoint, bool useActiveAutoClose)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
486
channel.Proxy =
ServiceChannelFactory
.CreateProxy(contractType, callbackType, MessageDirection.Output, channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
122
ServiceChannel clientChannel =
ServiceChannelFactory
.GetServiceChannel(rpc.Channel.Proxy);
255
_proxy =
ServiceChannelFactory
.GetServiceChannel(channel.Proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (1)
46
serviceChannel =
ServiceChannelFactory
.GetServiceChannel(channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
44
serviceChannel =
ServiceChannelFactory
.GetServiceChannel(channel);