Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetObjectData() [1/2]

void ISerializable. System.Net.HttpWebResponse.GetObjectData ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprivatevirtual

Reimplemented from System.Net.WebResponse.

Definition at line 249 of file HttpWebResponse.cs.

250 {
251 throw new PlatformNotSupportedException();
252 }