WebScriptEndpointElement.OnApplyConfiguration Methode

Definitie

Converteert de opgegeven ServiceEndpoint waarde naar een WebScriptEndpoint.

Overloads

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Converteert de opgegeven ServiceEndpoint waarde naar een WebScriptEndpoint.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)

Parameters

endpoint
ServiceEndpoint

De ServiceEndpoint te converteren.

serviceEndpointElement
ChannelEndpointElement

Niet gebruikt.

Van toepassing op

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Converteert de opgegeven ServiceEndpoint waarde naar een WebScriptEndpoint.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Parameters

endpoint
ServiceEndpoint

De ServiceEndpoint te converteren.

serviceEndpointElement
ServiceEndpointElement

Niet gebruikt.

Van toepassing op