WSFederationHttpBindingElement 构造函数
定义
初始化 WSFederationHttpBindingElement 类的新实例。Initializes a new instance of the WSFederationHttpBindingElement class.
重载
| WSFederationHttpBindingElement() |
初始化 WSFederationHttpBindingElement 类的新实例。Initializes a new instance of the WSFederationHttpBindingElement class. |
| WSFederationHttpBindingElement(String) |
使用指定的配置名称初始化 WSFederationHttpBindingElement 类的新实例。Initializes a new instance of the WSFederationHttpBindingElement class with the specified configuration name. |
WSFederationHttpBindingElement()
初始化 WSFederationHttpBindingElement 类的新实例。Initializes a new instance of the WSFederationHttpBindingElement class.
public:
WSFederationHttpBindingElement();
public WSFederationHttpBindingElement ();
Public Sub New ()
适用于
WSFederationHttpBindingElement(String)
使用指定的配置名称初始化 WSFederationHttpBindingElement 类的新实例。Initializes a new instance of the WSFederationHttpBindingElement class with the specified configuration name.
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
绑定的配置名称。The configuration name of the binding. 因为此值用作绑定的标识,所以它应该是唯一的。This value should be unique because it is used as identification for the binding.