WebScriptEndpointElement.OnInitializeAndValidate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise et vérifie le format d’un ServiceEndpointElement ou ChannelEndpointElement spécifié et le configure pour inclure le contenu de liaison HTTP Web.
Surcharges
OnInitializeAndValidate(ChannelEndpointElement) |
Initialise et vérifie le format du ChannelEndpointElement spécifié et le configure pour inclure le contenu de liaison HTTP Web. |
OnInitializeAndValidate(ServiceEndpointElement) |
Initialise et vérifie le format du ServiceEndpointElement spécifié et le configure pour inclure le contenu de liaison HTTP Web. |
OnInitializeAndValidate(ChannelEndpointElement)
Initialise et vérifie le format du ChannelEndpointElement spécifié et le configure pour inclure le contenu de liaison HTTP Web.
protected:
override void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)
Paramètres
- channelEndpointElement
- ChannelEndpointElement
ChannelEndpointElement à initialiser.
S’applique à
OnInitializeAndValidate(ServiceEndpointElement)
Initialise et vérifie le format du ServiceEndpointElement spécifié et le configure pour inclure le contenu de liaison HTTP Web.
protected:
override void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnInitializeAndValidate (System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)
Paramètres
- serviceEndpointElement
- ServiceEndpointElement
ServiceEndpointElement à initialiser.