9 references to ChannelFactory
System.ServiceModel (8)
System\ServiceModel\ChannelFactory.cs (1)
874
ChannelFactory<TChannel> channelFactory = new
ChannelFactory
<TChannel>(endpointConfigurationName);
System\ServiceModel\ClientBase.cs (2)
67
this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new
ChannelFactory
<TChannel>("*"));
87
this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new
ChannelFactory
<TChannel>(endpointConfigurationName));
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
92
return new
ChannelFactory
<TChannel>(this.endpointConfigurationName);
System\ServiceModel\Description\MetadataExchangeClient.cs (3)
48
this.factory = new
ChannelFactory
<IMetadataExchange>("*");
83
this.factory = new
ChannelFactory
<IMetadataExchange>(endpointConfigurationName);
218
this.factory = new
ChannelFactory
<IMetadataExchange>(scheme);
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
91
:
base
(endpointConfigurationName)
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebChannelFactory.cs (1)
39
:
base
(endpointConfigurationName)