ClientCredentials.CloneCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立這個 ClientCredentials 執行個體的新複本。
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
傳回
ClientCredentials 執行個體。
備註
Clone 和 CloneCore 方法符合核心設計模式。 CloneCore 如果衍生類別中新增必須複製的新欄位,則可以在衍生類別中覆寫。
CloneCore 方法會呼叫 ClientCredentials 建構函式。