WebHttpEndpointElement.OnApplyConfiguration Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Converteert de opgegeven service of het opgegeven kanaaleindpunt naar een WebHttpEndpoint.
Overloads
| Name | Description |
|---|---|
| OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Converteert de opgegeven ServiceEndpoint waarde naar een WebHttpEndpoint. |
| OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Converteert de opgegeven ServiceEndpoint waarde naar een WebHttpEndpoint. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
Converteert de opgegeven ServiceEndpoint waarde naar een 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)
Parameters
- endpoint
- ServiceEndpoint
De ServiceEndpoint web-HTTP-configuratie-instellingen worden toegepast.
- serviceEndpointElement
- ChannelEndpointElement
Niet geïmplementeerd.
Van toepassing op
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
Converteert de opgegeven ServiceEndpoint waarde naar een 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)
Parameters
- endpoint
- ServiceEndpoint
De ServiceEndpoint web-HTTP-configuratie-instellingen worden toegepast.
- serviceEndpointElement
- ServiceEndpointElement
Niet geïmplementeerd.