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

適用する構成要素。

適用対象