Condividi tramite


WebScriptEndpointElement.OnApplyConfiguration Metodo

Definizione

Converte l'oggetto ServiceEndpoint specificato in un WebScriptEndpoint.

Overload

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un 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)

Parametri

endpoint
ServiceEndpoint

Oggetto ServiceEndpoint da convertire.

serviceEndpointElement
ChannelEndpointElement

Non usato.

Si applica a

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un 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)

Parametri

endpoint
ServiceEndpoint

Oggetto ServiceEndpoint da convertire.

serviceEndpointElement
ServiceEndpointElement

Non usato.

Si applica a