PeerContact Constructor (SerializationInfo^, StreamingContext)

 

No public constructor is defined for this class.

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

protected:
[SecurityCriticalAttribute]
PeerContact(
	SerializationInfo^ serializationInfo,
	StreamingContext streamingContext
)

Parameters

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

The SerializationInfo associated with the PeerContact.

streamingContext
Type: System.Runtime.Serialization::StreamingContext

The serialization destination associated with the PeerContact.

An instance of this object can be obtained from the GetContactCreateContact or FromXml methods.

.NET Framework
Available since 3.5
Return to top
Show: