PeerObject Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new PeerObject instance with the associated parameters required for serialization.

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

protected:
PeerObject(
	SerializationInfo^ serializationInfo,
	StreamingContext streamingContext
)

Parameters

serializationInfo
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo associated with the PeerObject.

streamingContext
Type: System.Runtime.Serialization::StreamingContext

The serialization destination associated with the PeerObject.

.NET Framework
Available since 3.5
Return to top
Show: