3 instantiations of ChannelEndpointElement
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (1)
730
ChannelEndpointElement channelEndpointElementCopy = new
ChannelEndpointElement
();
System\ServiceModel\Description\ConfigWriter.cs (1)
41
channelElement = new
ChannelEndpointElement
(endpoint.Address, typeName);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
17
return new
ChannelEndpointElement
() { Kind = ConfigurationStrings.UdpDiscoveryEndpoint };
72 references to ChannelEndpointElement
System.ServiceModel (26)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
39
internal void Copy(
ChannelEndpointElement
source)
System\ServiceModel\Configuration\ChannelEndpointElementCollection.cs (4)
12
[ConfigurationCollection(typeof(
ChannelEndpointElement
), AddItemName = ConfigurationStrings.Endpoint)]
13
public sealed class ChannelEndpointElementCollection : ServiceModelEnhancedConfigurationElementCollection<
ChannelEndpointElement
>
26
ChannelEndpointElement
configElementKey = (
ChannelEndpointElement
)element;
System\ServiceModel\Configuration\ClientSection.cs (1)
66
foreach (
ChannelEndpointElement
endpoint in this.Endpoints)
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (2)
30
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
54
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Configuration\StandardEndpointElement.cs (4)
45
public void InitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
77
public void ApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
channelEndpointElement)
158
protected abstract void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
channelEndpointElement);
160
protected abstract void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement);
System\ServiceModel\Description\ConfigLoader.cs (9)
150
ChannelEndpointElement
channelElement = LookupChannel(this.configurationContext, configurationName, serviceEndpoint.Contract, null, wildcard, false, out standardEndpoint);
600
internal static ServiceEndpoint LookupEndpoint(
ChannelEndpointElement
channelEndpointElement, ContextInformation context)
610
static ServiceEndpoint LookupEndpoint(
ChannelEndpointElement
channelEndpointElement, ContextInformation context, EndpointAddress address, ContractDescription contract)
724
static void ConfigureEndpoint(StandardEndpointElement standardEndpointElement,
ChannelEndpointElement
channelEndpointElement,
730
ChannelEndpointElement
channelEndpointElementCopy = new ChannelEndpointElement();
1273
static bool IsChannelElementMatch(
ChannelEndpointElement
channelElement, ContractDescription contract, EndpointAddress address, bool useChannelElementKind, out ServiceEndpoint serviceEndpoint)
1317
static
ChannelEndpointElement
LookupChannel(ContextInformation configurationContext, string configurationName, ContractDescription contract,
1322
ChannelEndpointElement
retval = null;
1324
foreach (
ChannelEndpointElement
channelElement in clientSection.Endpoints)
System\ServiceModel\Description\ConfigWriter.cs (3)
33
internal
ChannelEndpointElement
WriteChannelDescription(ServiceEndpoint endpoint, string typeName)
35
ChannelEndpointElement
channelElement = null;
92
foreach (
ChannelEndpointElement
element in this.channels)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
202
foreach (
ChannelEndpointElement
endpoint in clientSection.Endpoints)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
138
public CodeTypeReference GenerateServiceEndpoint(ServiceEndpoint endpoint, out
ChannelEndpointElement
channelElement)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (2)
134
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
channelEndpointElement)
163
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
System.ServiceModel.Discovery (29)
System\ServiceModel\Discovery\Configuration\AnnouncementChannelEndpointElementCollection.cs (4)
11
[ConfigurationCollection(typeof(
ChannelEndpointElement
), AddItemName = ConfigurationStrings.Endpoint)]
12
public sealed class AnnouncementChannelEndpointElementCollection : ServiceModelConfigurationElementCollection<
ChannelEndpointElement
>
26
ChannelEndpointElement
channelEndpointElement = (
ChannelEndpointElement
)element;
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (2)
108
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
129
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\ConfigurationDiscoveryEndpointProvider.cs (3)
15
readonly
ChannelEndpointElement
channelEndpointElement;
22
public ConfigurationDiscoveryEndpointProvider(
ChannelEndpointElement
channelEndpointElement)
35
static DiscoveryEndpoint ValidateAndGetDiscoveryEndpoint(
ChannelEndpointElement
channelEndpointElement)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (4)
15
public static
ChannelEndpointElement
GetDefaultDiscoveryEndpointElement()
20
public static T LookupEndpoint<T>(
ChannelEndpointElement
channelEndpointElement) where T : ServiceEndpoint
27
internal static void InitializeAndValidateUdpChannelEndpointElement(
ChannelEndpointElement
channelEndpointElement)
59
foreach (
ChannelEndpointElement
channelEndpointElement in clientSection.Endpoints)
System\ServiceModel\Discovery\Configuration\DiscoveryClientElement.cs (4)
24
public
ChannelEndpointElement
DiscoveryEndpoint
28
return (
ChannelEndpointElement
)base[ConfigurationStrings.Endpoint];
61
typeof(
ChannelEndpointElement
),
108
ChannelEndpointElement
udpChannelEndpointElement = ConfigurationUtility.GetDefaultDiscoveryEndpointElement();
System\ServiceModel\Discovery\Configuration\DiscoveryClientSettingsElement.cs (3)
22
public
ChannelEndpointElement
DiscoveryEndpoint
26
return (
ChannelEndpointElement
)base[ConfigurationStrings.Endpoint];
52
typeof(
ChannelEndpointElement
),
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (2)
132
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
158
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (2)
65
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
96
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\ServiceDiscoveryElement.cs (1)
69
foreach (
ChannelEndpointElement
channelEndpointElement in this.AnnouncementEndpoints)
System\ServiceModel\Discovery\Configuration\UdpAnnouncementEndpointElement.cs (2)
133
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
153
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\UdpDiscoveryEndpointElement.cs (2)
159
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
179
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System.ServiceModel.Web (4)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (2)
179
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
208
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (2)
146
protected override void OnInitializeAndValidate(
ChannelEndpointElement
channelEndpointElement)
175
protected override void OnApplyConfiguration(ServiceEndpoint endpoint,
ChannelEndpointElement
serviceEndpointElement)
System.Web.Extensions (10)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (10)
82
private Dictionary<ServiceEndpoint,
ChannelEndpointElement
> serviceEndpointToChannelEndpointElementMap;
220
public Dictionary<ServiceEndpoint,
ChannelEndpointElement
> EndpointMap
293
Dictionary<ServiceEndpoint,
ChannelEndpointElement
> serviceEndpointToChannelEndpointElementMap,
412
Dictionary<ServiceEndpoint,
ChannelEndpointElement
> serviceEndpointToChannelEndpointElementMap;
459
new Dictionary<ServiceEndpoint,
ChannelEndpointElement
>(),
631
out Dictionary<ServiceEndpoint,
ChannelEndpointElement
> serviceEndpointToChannelEndpointElementMap,
641
serviceEndpointToChannelEndpointElementMap = new Dictionary<ServiceEndpoint,
ChannelEndpointElement
>();
669
ChannelEndpointElement
endpointElement = null;
1007
IEnumerable<
ChannelEndpointElement
> endpoints,
1027
foreach (
ChannelEndpointElement
endpoint in endpoints)
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
238
foreach (
ChannelEndpointElement
element in section.Endpoints)