StandardEndpointElement.ApplyConfiguration Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Tillämpar innehållet i en angiven konfigurationsslutpunkt på det aktuella konfigurationselementet.
Överlagringar
| Name | Description |
|---|---|
| ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Tillämpar innehållet i en specifik tjänstslutpunkt på det aktuella kanalslutpunktselementet. |
| ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Tillämpar innehållet i en specifik tjänstslutpunkt på det aktuella tjänstslutpunktselementet. |
ApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
Tillämpar innehållet i en specifik tjänstslutpunkt på det aktuella kanalslutpunktselementet.
public:
void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
public void ApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)
Parametrar
- endpoint
- ServiceEndpoint
En slutpunkt som gör det möjligt för klienter att hitta och kommunicera med tjänsten.
- channelEndpointElement
- ChannelEndpointElement
Ett slutpunktselement som definierar fysisk överföring av meddelanden fram och tillbaka mellan klienten och tjänsten.
Gäller för
ApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
Tillämpar innehållet i en specifik tjänstslutpunkt på det aktuella tjänstslutpunktselementet.
public:
void ApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
public void ApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Public Sub ApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)
Parametrar
- endpoint
- ServiceEndpoint
En slutpunkt som gör det möjligt för klienter att hitta och kommunicera med tjänsten.
- serviceEndpointElement
- ServiceEndpointElement
Ett slutpunktselement som definierar hur klienter hittar och kommunicerar med tjänsten.