RegisterInfo Class
Defines the peer registration information to be supplied to a peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The RegisterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RegisterInfo() | Initializes a new default instance of the RegisterInfo class. |
![]() | RegisterInfo(Guid, String, PeerNodeAddress) | Initializes a new instance of the RegisterInfo class with the supplied client ID, mesh ID, and endpoint address(es). |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets a Guid that uniquely identifies the registration entry for a peer node. |
![]() | MeshId | Gets a mesh ID associated with the registration entry. |
![]() | NodeAddress | Gets the endpoint address(es) to associate with the node that is registering with the resolver service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasBody | Indicates whether the body of the message containing a serialized instance of this type is correctly formed. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class defines the information used to register the tuple of a peer node and a mesh ID with a peer resolver service. This information is inserted as an entry in the registration lookup table of the resolver service, which can be queried by other peers for the endpoint addresses of the inserted peer.
Instances of this class are created when Register (or an implementation of Register) is called to register with a peer resolver service. They are primarily used to pass registration request information to a peer resolver service from a network client of that service.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
