WS2007FederationHttpBindingElement 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 WS2007FederationHttpBindingElement class.
Overloads
WS2007FederationHttpBindingElement() |
Initializes a new instance of the WS2007FederationHttpBindingElement class. |
WS2007FederationHttpBindingElement(String) |
Initializes a new instance of the WS2007FederationHttpBindingElement class with the specified configuration name. |
WS2007FederationHttpBindingElement()
Initializes a new instance of the WS2007FederationHttpBindingElement class.
public:
WS2007FederationHttpBindingElement();
public WS2007FederationHttpBindingElement ();
Public Sub New ()
Applies to
WS2007FederationHttpBindingElement(String)
Initializes a new instance of the WS2007FederationHttpBindingElement class with the specified configuration name.
public:
WS2007FederationHttpBindingElement(System::String ^ name);
public WS2007FederationHttpBindingElement (string name);
new System.ServiceModel.Configuration.WS2007FederationHttpBindingElement : string -> System.ServiceModel.Configuration.WS2007FederationHttpBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The configuration name of the binding. This value should be unique because it is used as identification for the binding.