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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.