terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetObjectData() [2/2]

override void System.Net.FileWebResponse.GetObjectData ( SerializationInfo serializationInfo,
StreamingContext streamingContext )
inlineprotectedvirtual

Reimplemented from System.Net.WebResponse.

Definition at line 56 of file FileWebResponse.cs.

57 {
58 WebHeaderCollection headers = this.m_headers;
59 if (!true)
60 {
61 }
62 Type type;
63 serializationInfo.AddValue("headers", headers, type);
64 global::System.Uri uri = this.m_uri;
65 Type type2;
66 serializationInfo.AddValue("uri", uri, type2);
67 long contentLength = this.m_contentLength;
68 serializationInfo.AddValue("contentLength", contentLength);
70 base.GetObjectData(serializationInfo, streamingContext);
71 }
class f__AnonymousType0<< Count > j__TPar
WebHeaderCollection m_headers
void AddValue(string name, object value, Type type)

References System.Runtime.Serialization.SerializationInfo.AddValue(), j__TPar, System.Net.FileWebResponse.m_contentLength, System.Net.FileWebResponse.m_fileAccess, System.Net.FileWebResponse.m_headers, and System.Net.FileWebResponse.m_uri.