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