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