PeerContact::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Implements the ISerializable interface and returns the data needed to serialize the PeerContact instance.

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

private:
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter, 
	SerializationFormatter = true)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) sealed = ISerializable::GetObjectData

Parameters

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

Holds the serialized data associated with the PeerContact object.

context
Type: System.Runtime.Serialization::StreamingContext

Contains the destination for the serialized stream associated with the PeerContact object.

.NET Framework
Available since 3.5
Return to top
Show: