ClientCredentials.CloneCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new copy of this 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
Returns
A ClientCredentials instance.
Remarks
The Clone and CloneCore methods follow the Core design pattern. CloneCore can be overridden in derived classes if they add new fields that must be cloned.
The CloneCore method calls the ClientCredentials constructor.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.