ServiceSettingsResponseInfo Constructors

Definition

Initializes a new instance of the ServiceSettingsResponseInfo class.

Overloads

ServiceSettingsResponseInfo()

Initializes a new default instance of the ServiceSettingsResponseInfo class.

ServiceSettingsResponseInfo(Boolean)

Initializes a new instance of the ServiceSettingsResponseInfo class with the supplied referral policy value.

ServiceSettingsResponseInfo()

Initializes a new default instance of the ServiceSettingsResponseInfo class.

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

Remarks

The default value of control is set to true.

Applies to

ServiceSettingsResponseInfo(Boolean)

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)

Parameters

control
Boolean

Boolean that indicates whether referrals are passed by the resolver service.

Applies to