2 references to LookupEndpoint
System.ServiceModel (2)
System\ServiceModel\ChannelFactory.cs (1)
285
serviceEndpointFromConfig = ConfigLoader.
LookupEndpoint
(configurationName, address, this.serviceEndpoint.Contract, configuration.EvaluationContext);
System\ServiceModel\Description\ConfigLoader.cs (1)
586
return
LookupEndpoint
(configurationName, address, contract, null);