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

◆ GetObjectData() [1/2]

void ISerializable. System.Net.WebResponse.GetObjectData ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprivate

Implements System.Runtime.Serialization.ISerializable.

Definition at line 63 of file WebResponse.cs.

64 {
65 throw new PlatformNotSupportedException();
66 }