次の方法で共有


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

適用される構成要素。

適用対象