HttpWebResponse.ISerializable.GetObjectData Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Private Sub GetObjectData( _ ByVal serializationInfo As SerializationInfo, _ ByVal streamingContext As StreamingContext _ ) Implements ISerializable.GetObjectData [C#] void ISerializable.GetObjectData( SerializationInfo serializationInfo, StreamingContext streamingContext ); [C++] private: void ISerializable::GetObjectData( SerializationInfo* serializationInfo, StreamingContext streamingContext ); [JScript] private function ISerializable.GetObjectData( serializationInfo : SerializationInfo, streamingContext : StreamingContext );
See Also
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace