共用方式為


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

要套用的組態項目。

適用於