ServiceMetadataEndpointElement.OnInitializeAndValidate Method

Definition

Initializes and verifies the format of a specified service or channel endpoint element and configures it to include metadata exchange content.

Overloads

OnInitializeAndValidate(ChannelEndpointElement)

Initializes and verifies the format of a specified channel endpoint element and configures it to include metadata exchange content.

OnInitializeAndValidate(ServiceEndpointElement)

Initializes and verifies the format of a specified service endpoint element and configures it to include metadata exchange content.

OnInitializeAndValidate(ChannelEndpointElement)

Initializes and verifies the format of a specified channel endpoint element and configures it to include metadata exchange content.

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)

Parameters

channelEndpointElement
ChannelEndpointElement

The channel endpoint to which metadata exchange content configuration settings are applied.

Applies to

OnInitializeAndValidate(ServiceEndpointElement)

Initializes and verifies the format of a specified service endpoint element and configures it to include metadata exchange content.

protected:
 override void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)

Parameters

serviceEndpointElement
ServiceEndpointElement

The service endpoint to which metadata exchange content configuration settings are applied.

Applies to