System\ServiceModel\Description\ConfigLoader.cs (20)
44ContextInformation configurationContext;
51public ConfigLoader(ContextInformation configurationContext)
304internal static void LoadChannelBehaviors(string behaviorName, ContextInformation context, KeyedByTypeCollection<IEndpointBehavior> channelBehaviors)
315internal static Collection<IWsdlImportExtension> LoadWsdlImporters(WsdlImporterElementCollection wsdlImporterElements, ContextInformation context)
344internal static Collection<IPolicyImportExtension> LoadPolicyImporters(PolicyImporterElementCollection policyImporterElements, ContextInformation context)
558static EndpointCollectionElement LookupEndpointCollectionElement(string endpointSectionName, ContextInformation context)
592internal static ServiceEndpoint LookupEndpoint(string configurationName, EndpointAddress address, ContractDescription contract, ContextInformation configurationContext)
600internal static ServiceEndpoint LookupEndpoint(ChannelEndpointElement channelEndpointElement, ContextInformation context)
610static ServiceEndpoint LookupEndpoint(ChannelEndpointElement channelEndpointElement, ContextInformation context, EndpointAddress address, ContractDescription contract)
725EndpointAddress address, ContextInformation context, ContractDescription contract, out ServiceEndpoint endpoint)
782internal ServiceEndpoint LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context,
893ContextInformation context, ServiceHostBase host, ServiceDescription description, out ServiceEndpoint endpoint, bool omitSettingEndpointAddress = false)
1042static BindingCollectionElement GetBindingCollectionElement(string bindingSectionName, ContextInformation context)
1067internal static Binding LookupBinding(string bindingSectionName, string configurationName, ContextInformation context)
1193static EndpointBehaviorElement LookupEndpointBehaviors(string behaviorName, ContextInformation context)
1227static ServiceBehaviorElement LookupServiceBehaviors(string behaviorName, ContextInformation context)
1261static CommonBehaviorsSection LookupCommonBehaviors(ContextInformation context)
1317static ChannelEndpointElement LookupChannel(ContextInformation configurationContext, string configurationName, ContractDescription contract,
1463static bool IsConfigAboveApplication(ContextInformation contextInformation)
1488static bool IsWebConfigAboveApplication(ContextInformation contextInformation)