Partager via


WebScriptEndpointElement.OnApplyConfiguration Méthode

Définition

Convertit le ServiceEndpoint spécifié en WebScriptEndpoint.

Surcharges

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Convertit le ServiceEndpoint spécifié en WebScriptEndpoint.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Convertit le ServiceEndpoint spécifié en WebScriptEndpoint.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Convertit le ServiceEndpoint spécifié en 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)

Paramètres

endpoint
ServiceEndpoint

ServiceEndpoint à convertir.

serviceEndpointElement
ChannelEndpointElement

Non utilisé.

S’applique à

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Convertit le ServiceEndpoint spécifié en 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)

Paramètres

endpoint
ServiceEndpoint

ServiceEndpoint à convertir.

serviceEndpointElement
ServiceEndpointElement

Non utilisé.

S’applique à