WebScriptEndpointElement.OnApplyConfiguration Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Converte l'oggetto ServiceEndpoint specificato in un WebScriptEndpoint.
Overload
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Converte l'oggetto ServiceEndpoint specificato in un WebScriptEndpoint. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Converte l'oggetto ServiceEndpoint specificato in un WebScriptEndpoint. |
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.