2 references to CreateEndpointAddress
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
568
return CreateChannel(this.
CreateEndpointAddress
(this.Endpoint), null);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
189
return CreateChannel(callbackInstance,
CreateEndpointAddress
(this.Endpoint), null);