7 overrides of EndpointType
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (1)
20protected internal override Type EndpointType
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
21protected internal override Type EndpointType
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
57protected internal override Type EndpointType
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
71protected internal override Type EndpointType
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
31protected internal override Type EndpointType
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
28protected internal override Type EndpointType
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
28protected internal override Type EndpointType
12 references to EndpointType
System.ServiceModel (12)
System\ServiceModel\Configuration\StandardEndpointElement.cs (8)
89if (endpoint.GetType() != this.EndpointType) 92this.EndpointType.AssemblyQualifiedName, 118if (endpoint.GetType() != this.EndpointType) 121(this.EndpointType == null) ? string.Empty : this.EndpointType.AssemblyQualifiedName, 141if (endpoint.GetType() != this.EndpointType) 144(this.EndpointType == null) ? string.Empty : this.EndpointType.AssemblyQualifiedName,
System\ServiceModel\Description\ConfigLoader.cs (4)
738(standardEndpointElement.EndpointType == null) ? string.Empty : standardEndpointElement.EndpointType.AssemblyQualifiedName))); 914(standardEndpointElement.EndpointType == null) ? string.Empty : standardEndpointElement.EndpointType.AssemblyQualifiedName)));