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