7 overrides of OnInitializeAndValidate
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (1)
30protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (1)
163protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
108protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
132protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
65protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
179protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
146protected override void OnInitializeAndValidate(ChannelEndpointElement channelEndpointElement)
1 reference to OnInitializeAndValidate
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardEndpointElement.cs (1)
58this.OnInitializeAndValidate(channelEndpointElement);