2 references to CreateEndpointAddress
System.ServiceModel.Primitives (2)
System\ServiceModel\ChannelFactory.cs (1)
487return CreateChannel(CreateEndpointAddress(Endpoint), null);
System\ServiceModel\DuplexChannelFactory.cs (1)
147return CreateChannel(callbackInstance, CreateEndpointAddress(Endpoint), null);