2 references to BuildChannelFactory
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
166
return ServiceChannelFactory.
BuildChannelFactory
(this.Endpoint, this.UseActiveAutoClose);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
102
return
BuildChannelFactory
(serviceEndpoint, false);