WebScriptEndpointElement.OnInitializeAndValidate 方法
定义
初始化并验证指定 ServiceEndpointElement 或 ChannelEndpointElement 的格式,并将其配置为包括 Web HTTP 绑定内容。Initializes and verifies the format of a specified ServiceEndpointElement or ChannelEndpointElement and configures it to include web HTTP binding content.
重载
| OnInitializeAndValidate(ChannelEndpointElement) |
初始化并验证指定 ChannelEndpointElement 的格式,并将其配置为包括 Web HTTP 绑定内容。Initializes and verifies the format of the specified ChannelEndpointElement and configures it to include web HTTP binding content. |
| OnInitializeAndValidate(ServiceEndpointElement) |
初始化并验证指定 ServiceEndpointElement 的格式,并将其配置为包括 Web HTTP 绑定内容。Initializes and verifies the format of the specified ServiceEndpointElement and configures it to include web HTTP binding content. |
OnInitializeAndValidate(ChannelEndpointElement)
初始化并验证指定 ChannelEndpointElement 的格式,并将其配置为包括 Web HTTP 绑定内容。Initializes and verifies the format of the specified ChannelEndpointElement and configures it to include web HTTP binding content.
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)
参数
- channelEndpointElement
- ChannelEndpointElement
要初始化的 ChannelEndpointElement。The ChannelEndpointElement to be initialized.
适用于
OnInitializeAndValidate(ServiceEndpointElement)
初始化并验证指定 ServiceEndpointElement 的格式,并将其配置为包括 Web HTTP 绑定内容。Initializes and verifies the format of the specified ServiceEndpointElement and configures it to include web HTTP binding content.
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)
参数
- serviceEndpointElement
- ServiceEndpointElement
要初始化的 ServiceEndpointElement。The ServiceEndpointElement to be initialized.