PeerObject Constructor
.NET Framework (current version)
Initializes a new instance of the PeerObject class.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerObject() | Initializes a new default instance of the PeerObject class. |
![]() | PeerObject(Guid, array<Byte>^, PeerScope) | Initializes a new PeerObject instance with the associated scope and data. |
![]() | PeerObject(SerializationInfo^, StreamingContext) | Initializes a new PeerObject instance with the associated parameters required for serialization. |
After the PeerObject instance is constructed, the SetObject method must be called to publish the object with the Peer Collaboration infrastructure.
Show:

