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