PeerContact::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Populates a SerializationInfo object with the data needed to serialize the PeerContact.
Assembly: System.Net (in System.Net.dll)
protected: [SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
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.
A derived type must call the GetObjectData method of the base type.
.NET Framework
Available since 3.5
Available since 3.5
Show: