WebHttpEndpointElement.OnApplyConfiguration Metodo

Definizione

Converte l'endpoint del canale o il servizio specificato in un WebHttpEndpoint.

Overload

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un WebHttpEndpoint.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un WebHttpEndpoint.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un WebHttpEndpoint.

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

ServiceEndpoint in cui sono applicate le impostazioni di configurazione HTTP Web.

serviceEndpointElement
ChannelEndpointElement

Non implementato.

Si applica a

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Converte l'oggetto ServiceEndpoint specificato in un WebHttpEndpoint.

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

ServiceEndpoint in cui sono applicate le impostazioni di configurazione HTTP Web.

serviceEndpointElement
ServiceEndpointElement

Non implementato.

Si applica a