ServiceSettingsResponseInfo 构造函数
定义
初始化 ServiceSettingsResponseInfo 类的新实例。Initializes a new instance of the ServiceSettingsResponseInfo class.
重载
| ServiceSettingsResponseInfo() |
初始化 ServiceSettingsResponseInfo 类的新默认实例。Initializes a new default instance of the ServiceSettingsResponseInfo class. |
| ServiceSettingsResponseInfo(Boolean) |
利用所提供的引用策略值初始化 ServiceSettingsResponseInfo 类的新实例。Initializes a new instance of the ServiceSettingsResponseInfo class with the supplied referral policy value. |
ServiceSettingsResponseInfo()
初始化 ServiceSettingsResponseInfo 类的新默认实例。Initializes a new default instance of the ServiceSettingsResponseInfo class.
public:
ServiceSettingsResponseInfo();
public ServiceSettingsResponseInfo ();
Public Sub New ()
注解
control 的默认值设置为了 true。The default value of control is set to true.
适用于
ServiceSettingsResponseInfo(Boolean)
利用所提供的引用策略值初始化 ServiceSettingsResponseInfo 类的新实例。Initializes a new instance of the ServiceSettingsResponseInfo class with the supplied referral policy value.
public:
ServiceSettingsResponseInfo(bool control);
public ServiceSettingsResponseInfo (bool control);
new System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo : bool -> System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
Public Sub New (control As Boolean)
参数
- control
- Boolean
指示解析程序服务是否传递引用的 Boolean。Boolean that indicates whether referrals are passed by the resolver service.