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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.