WindowsStreamSecurityBindingElement Constructors
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.
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.