ResolveResponseInfo Constructors

Definition

Initializes a new instance of the ResolveResponseInfo class.

Overloads

ResolveResponseInfo()

Initializes a new default instance of the ResolveResponseInfo class.

ResolveResponseInfo(PeerNodeAddress[])

Initializes a new instance of the ResolveResponseInfo class with the provided set of peer endpoint addresses.

ResolveResponseInfo()

Initializes a new default instance of the ResolveResponseInfo class.

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

Applies to

ResolveResponseInfo(PeerNodeAddress[])

Initializes a new instance of the ResolveResponseInfo class with the provided set of peer endpoint addresses.

public:
 ResolveResponseInfo(cli::array <System::ServiceModel::PeerNodeAddress ^> ^ addresses);
public ResolveResponseInfo (System.ServiceModel.PeerNodeAddress[] addresses);
new System.ServiceModel.PeerResolvers.ResolveResponseInfo : System.ServiceModel.PeerNodeAddress[] -> System.ServiceModel.PeerResolvers.ResolveResponseInfo
Public Sub New (addresses As PeerNodeAddress())

Parameters

addresses
PeerNodeAddress[]

Array of PeerNodeAddress objects that contain the endpoint addresses registered to the peer whose endpoints were requested in a previous resolution operation.

Applies to