This documentation is archived and is not being maintained.
PeerNameRegistration Class
Visual Studio 2010
Assembly: System.Net (in System.Net.dll)
The PeerNameRegistration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PeerNameRegistration() | Initializes a new default instance of the PeerNameRegistration class. |
![]() | PeerNameRegistration(PeerName, Int32) | Initializes a new instance of the PeerNameRegistration class with the specified name and port number. |
![]() | PeerNameRegistration(SerializationInfo, StreamingContext) | Initializes a new serializable PeerNameRegistration object. |
![]() | PeerNameRegistration(PeerName, Int32, Cloud) | Initializes a new instance of the PeerNameRegistration class with the specified peer name, port number, and Cloud. |
| Name | Description | |
|---|---|---|
![]() | Cloud | Gets or sets information in a Cloud into which this PeerName object will be registered. |
![]() | Comment | Gets or sets additional information about the PeerName object that will be registered with the Cloud. |
![]() | Data | Gets or sets application-defined binary data for the PeerNameRegistration object. |
![]() | EndPointCollection | Gets the collection of network endpoints for which the associated peer name is registered. |
![]() | PeerName | Gets or sets the peer name to register with a peer cloud. |
![]() | Port | Gets or sets the TCP/IP port number used by the peer being registered into the PeerNameRegistration object. |
![]() | UseAutoEndPointSelection | Gets or sets a value that specifies whether to use automatic endpoint selection when traversing a peer mesh or Cloud. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the PeerNameRegistration object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources used by the PeerNameRegistration object. |
![]() | 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.) |
![]() | GetObjectData | Populates a serialization information object with the data needed to serialize the PeerNameRegistration instance. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRegistered | Gets or sets whether the peer name specified in the PeerName property is registered with a specific Cloud on a host. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Start | Registers the PeerName into the Cloud. If no EndPointCollection is specified, automatic address selection is used with the port value specified by the Port property. |
![]() | Stop | Unregisters the peer name specified in the PeerName property from all the clouds in which it was registered. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update | Updates the PeerNameRegistration for a node registered with a specific Cloud. Update is performed using the information specified in the properties. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the PeerNameRegistration instance. |
Registration creates (or updates) all the information that is associated with a PeerName in a peer cloud or clouds.
It is possible to have multiple PeerNameRegistration objects for the same peer name. In such a case, if the peer name is secured, each instance represents PeerNameRegistration in a different cloud. However, if the peer name is not secured, it can be registered in the same cloud multiple times, providing that each registration is from a different process.
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)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
