ServiceSettingsResponseInfo 构造函数

定义

初始化 ServiceSettingsResponseInfo 类的新实例。

重载

ServiceSettingsResponseInfo()

初始化 ServiceSettingsResponseInfo 类的新默认实例。

ServiceSettingsResponseInfo(Boolean)

利用所提供的引用策略值初始化 ServiceSettingsResponseInfo 类的新实例。

ServiceSettingsResponseInfo()

初始化 ServiceSettingsResponseInfo 类的新默认实例。

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

注解

control 的默认值设置为了 true。

适用于

ServiceSettingsResponseInfo(Boolean)

利用所提供的引用策略值初始化 ServiceSettingsResponseInfo 类的新实例。

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

适用于