6 references to ChannelFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (3)
454
:
this
(binding, (EndpointAddress)null)
459
:
this
(binding, new EndpointAddress(remoteAddress))
635
ChannelFactory<TChannel> channelFactory = new
ChannelFactory
<TChannel>(binding, endpointAddress);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
52
_channelFactory = new
ChannelFactory
<TChannel>(binding, remoteAddress);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
114
ChannelFactory<IWsTrustDec2005SecurityTokenService> result = new
ChannelFactory
<IWsTrustDec2005SecurityTokenService>(binding, address);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
210
ChannelFactory<IWsTrustFeb2005SecurityTokenService> result = new
ChannelFactory
<IWsTrustFeb2005SecurityTokenService>(binding, address);