StandardEndpointElement.OnApplyConfiguration 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当从派生类中调用时,从配置文件加载服务说明信息,并将其应用于正在构造的运行时。
重载
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
当从派生类中调用时,从配置文件加载服务说明信息,并将其应用于正在构造的运行时。 |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
当从派生类中调用时,从配置文件加载服务说明信息,并将其应用于正在构造的运行时。 |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
当从派生类中调用时,从配置文件加载服务说明信息,并将其应用于正在构造的运行时。
protected:
abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ channelEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, channelEndpointElement As ChannelEndpointElement)
参数
- endpoint
- ServiceEndpoint
一个终结点,它使客户端能够查找服务并与之进行通信。
- channelEndpointElement
- ChannelEndpointElement
一个终结点元素,它定义在客户端与服务之间来回传递的消息的物理传输。
适用于
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
当从派生类中调用时,从配置文件加载服务说明信息,并将其应用于正在构造的运行时。
protected:
abstract void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected abstract void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
abstract member OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected MustOverride Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)
参数
- endpoint
- ServiceEndpoint
一个终结点,它使客户端能够查找服务并与之进行通信。
- serviceEndpointElement
- ServiceEndpointElement
服务应用程序的服务终结点元素。