StandardEndpointElement.OnInitializeAndValidate Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.
OnInitializeAndValidate(ChannelEndpointElement) |
When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file. |
OnInitializeAndValidate(ServiceEndpointElement) |
When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file. |
When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.
protected:
abstract void OnInitializeAndValidate(System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected abstract void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
abstract member OnInitializeAndValidate : System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected MustOverride Sub OnInitializeAndValidate (channelEndpointElement As ChannelEndpointElement)
Parameters
- channelEndpointElement
- ChannelEndpointElement
An endpoint element that defines the physical transfer of messages back and forth between the client and the service.
Applies to
.NET Framework 4.8.1 et autres versions
Produit | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.
protected:
abstract void OnInitializeAndValidate(System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected abstract void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
abstract member OnInitializeAndValidate : System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected MustOverride Sub OnInitializeAndValidate (serviceEndpointElement As ServiceEndpointElement)
Parameters
- serviceEndpointElement
- ServiceEndpointElement
A service endpoint element that enables clients to find and communicate with the service.
Applies to
.NET Framework 4.8.1 et autres versions
Produit | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :