WebProxy::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates the serialization data and context that are used by the system to serialize a WebProxy object.
Assembly: System (in System.dll)
private: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::SerializationFormatter, SerializationFormatter = true)] virtual void GetObjectData( SerializationInfo^ serializationInfo, StreamingContext streamingContext ) sealed = ISerializable::GetObjectData
Parameters
- serializationInfo
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object to populate with data.
- streamingContext
-
Type:
System.Runtime.Serialization::StreamingContext
A StreamingContext structure that indicates the destination for this serialization.
The system calls this method to serialize an object; applications do not call it directly.
.NET Framework
Available since 1.1
Available since 1.1
Show: