WS2007FederationHttpBindingElement Constructors

Definition

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.

Applies to