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

◆ GetObjectData() [1/2]

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

Reimplemented from System.Net.WebResponse.

Definition at line 91 of file FileWebResponse.cs.

92 {
93 throw new PlatformNotSupportedException();
94 }