Język

WebHttpEndpointElement.OnApplyConfiguration Metoda

Definicja

Konwertuje określony punkt końcowy usługi lub kanału WebHttpEndpointna .

Przeciążenia

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Konwertuje określony ServiceEndpoint element na 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)

Parametry

endpoint
ServiceEndpoint

Ustawienia ServiceEndpoint konfiguracji protokołu HTTP sieci Web są stosowane.

serviceEndpointElement
ChannelEndpointElement

Nie zaimplementowano.

Dotyczy

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Konwertuje określony ServiceEndpoint element na 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)

Parametry

endpoint
ServiceEndpoint

Ustawienia ServiceEndpoint konfiguracji protokołu HTTP sieci Web są stosowane.

serviceEndpointElement
ServiceEndpointElement

Nie zaimplementowano.

Dotyczy