LocalClientSecuritySettings.Clone 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 instance of this class, which is a copy or clone of the current instance.
public:
System::ServiceModel::Channels::LocalClientSecuritySettings ^ Clone();
public System.ServiceModel.Channels.LocalClientSecuritySettings Clone ();
member this.Clone : unit -> System.ServiceModel.Channels.LocalClientSecuritySettings
Public Function Clone () As LocalClientSecuritySettings
Returns
A new instance of LocalClientSecuritySettings.
Examples
This example shows how to create a copy from an existing instance of the class.
LocalClientSecuritySettings clone =
settings.Clone();
Dim clone As LocalClientSecuritySettings = settings.Clone()
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.