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)) 635ChannelFactory<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)
114ChannelFactory<IWsTrustDec2005SecurityTokenService> result = new ChannelFactory<IWsTrustDec2005SecurityTokenService>(binding, address);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
210ChannelFactory<IWsTrustFeb2005SecurityTokenService> result = new ChannelFactory<IWsTrustFeb2005SecurityTokenService>(binding, address);