7 overrides of OnInitializeAndValidate
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (1)
39protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
144protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
116protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
140protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
85protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
191protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
158protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
1 reference to OnInitializeAndValidate
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardEndpointElement.cs (1)
74this.OnInitializeAndValidate(serviceEndpointElement);