Peer(SerializationInfo, StreamingContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Peer type.
protected:
Peer(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected Peer (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Net.PeerToPeer.Collaboration.Peer : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Net.PeerToPeer.Collaboration.Peer
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
Parameters
- serializationInfo
- SerializationInfo
Reference to the object that holds the data needed to deserialize this instance.
- streamingContext
- StreamingContext
Context that provides the means for deserializing the data. Also referred to as the source of the serialized data.
Remarks
Returns a type Peer object, subclassed on PeerContact or PeerNearMe. The PeerContact PeerName or the PeerNearMe Nickname contain unique references to the name of the new peer object.