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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.