ClientCredentialsElement.ApplyConfiguration(ClientCredentials) Method

Definition

Applies the content of a specified configuration element to this configuration element.

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)

Parameters

behavior
ClientCredentials

A configuration element to be applied.

Applies to