ClientCredentials.CloneCore Metoda

Definicja

Tworzy nową kopię tego ClientCredentials wystąpienia.

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

Zwraca

ClientCredentials Wystąpienie.

Uwagi

Metody Clone i CloneCore są zgodne ze wzorcem projektowania podstawowego. CloneCore można zastąpić w klasach pochodnych, jeśli dodają nowe pola, które muszą zostać sklonowane.

Metoda CloneCore wywołuje ClientCredentials konstruktor.

Dotyczy