ClientCredentials.CloneCore Metoda

Definice

Vytvoří novou kopii této ClientCredentials instance.

protected:
 virtual System::ServiceModel::Description::ClientCredentials ^ CloneCore();
protected virtual System.ServiceModel.Description.ClientCredentials CloneCore ();
abstract member CloneCore : unit -> System.ServiceModel.Description.ClientCredentials
override this.CloneCore : unit -> System.ServiceModel.Description.ClientCredentials
Protected Overridable Function CloneCore () As ClientCredentials

Návraty

ClientCredentials

Instance ClientCredentials .

Poznámky

Metody Clone a CloneCore vzor návrhu Jádra se řídí. CloneCore lze přepsat v odvozených třídách, pokud přidají nová pole, která musí být klonována.

Metoda CloneCore volá ClientCredentials konstruktor.

Platí pro