WindowsStreamSecurityBindingElement Constructors

Definition

Initializes a new instance of the WindowsStreamSecurityBindingElement class.

Overloads

WindowsStreamSecurityBindingElement()

Initializes a new instance of the WindowsStreamSecurityBindingElement class.

WindowsStreamSecurityBindingElement(WindowsStreamSecurityBindingElement)

Initializes a new instance of the WindowsStreamSecurityBindingElement class from an existing instance.

WindowsStreamSecurityBindingElement()

Initializes a new instance of the WindowsStreamSecurityBindingElement class.

public:
 WindowsStreamSecurityBindingElement();
public WindowsStreamSecurityBindingElement ();
Public Sub New ()

Applies to

WindowsStreamSecurityBindingElement(WindowsStreamSecurityBindingElement)

Initializes a new instance of the WindowsStreamSecurityBindingElement class from an existing instance.

protected:
 WindowsStreamSecurityBindingElement(System::ServiceModel::Channels::WindowsStreamSecurityBindingElement ^ elementToBeCloned);
protected WindowsStreamSecurityBindingElement (System.ServiceModel.Channels.WindowsStreamSecurityBindingElement elementToBeCloned);
new System.ServiceModel.Channels.WindowsStreamSecurityBindingElement : System.ServiceModel.Channels.WindowsStreamSecurityBindingElement -> System.ServiceModel.Channels.WindowsStreamSecurityBindingElement
Protected Sub New (elementToBeCloned As WindowsStreamSecurityBindingElement)

Parameters

elementToBeCloned
WindowsStreamSecurityBindingElement

Instance of this class to clone.

Applies to