ServiceMetadataEndpointElement.OnInitializeAndValidate 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化并验证指定服务或通道终结点元素的格式,并将其配置为包括元数据交换内容。
重载
OnInitializeAndValidate(ChannelEndpointElement) |
初始化并验证指定通道终结点元素的格式,并将其配置为包括元数据交换内容。 |
OnInitializeAndValidate(ServiceEndpointElement) |
初始化并验证指定服务终结点元素的格式,并将其配置为包括元数据交换内容。 |
OnInitializeAndValidate(ChannelEndpointElement)
初始化并验证指定通道终结点元素的格式,并将其配置为包括元数据交换内容。
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
元数据交换内容配置设置将应用到的通道终结点。
适用于
OnInitializeAndValidate(ServiceEndpointElement)
初始化并验证指定服务终结点元素的格式,并将其配置为包括元数据交换内容。
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
元数据交换内容配置设置将应用到的服务终结点。