WSFederationHttpBindingElement 构造函数

定义

初始化 WSFederationHttpBindingElement 类的新实例。

重载

名称 说明
WSFederationHttpBindingElement()

初始化 WSFederationHttpBindingElement 类的新实例。

WSFederationHttpBindingElement(String)

使用指定的配置名称初始化类的新实例 WSFederationHttpBindingElement

WSFederationHttpBindingElement()

初始化 WSFederationHttpBindingElement 类的新实例。

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

适用于

WSFederationHttpBindingElement(String)

使用指定的配置名称初始化类的新实例 WSFederationHttpBindingElement

public:
 WSFederationHttpBindingElement(System::String ^ name);
public WSFederationHttpBindingElement(string name);
new System.ServiceModel.Configuration.WSFederationHttpBindingElement : string -> System.ServiceModel.Configuration.WSFederationHttpBindingElement
Public Sub New (name As String)

参数

name
String

绑定的配置名称。 此值应是唯一的,因为它用作绑定的标识。

适用于