ClientCredentialsElement.ApplyConfiguration(ClientCredentials) 方法

定义

将指定配置元素的内容应用于此配置元素。

protected public:
 void ApplyConfiguration(System::ServiceModel::Description::ClientCredentials ^ behavior);
protected internal void ApplyConfiguration (System.ServiceModel.Description.ClientCredentials behavior);
member this.ApplyConfiguration : System.ServiceModel.Description.ClientCredentials -> unit
Protected Friend Sub ApplyConfiguration (behavior As ClientCredentials)

参数

behavior
ClientCredentials

要应用的配置元素。

适用于