2 references to CreateEndpointAddress
System.ServiceModel (2)
System\ServiceModel\ChannelFactory.cs (1)
722return CreateChannel(this.CreateEndpointAddress(this.Endpoint), null);
System\ServiceModel\DuplexChannelFactory.cs (1)
198return CreateChannel(callbackInstance, CreateEndpointAddress(this.Endpoint), null);