ServiceCredentialsElement.ApplyConfiguration(ServiceCredentials) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定配置元素的内容应用于此配置元素。
protected public:
void ApplyConfiguration(System::ServiceModel::Description::ServiceCredentials ^ behavior);
protected internal void ApplyConfiguration (System.ServiceModel.Description.ServiceCredentials behavior);
member this.ApplyConfiguration : System.ServiceModel.Description.ServiceCredentials -> unit
Protected Friend Sub ApplyConfiguration (behavior As ServiceCredentials)
参数
- behavior
- ServiceCredentials
要应用的配置元素。