PeerObject Constructor

 

Initializes a new instance of the PeerObject class.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

NameDescription
System_CAPS_pubmethodPeerObject()

Initializes a new default instance of the PeerObject class.

System_CAPS_pubmethodPeerObject(Guid, array<Byte>^, PeerScope)

Initializes a new PeerObject instance with the associated scope and data.

System_CAPS_protmethodPeerObject(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.

Return to top
Show: