2 writes to m_contentLength
System (2)
net\System\Net\filewebrequest.cs (2)
71
m_contentLength
= serializationInfo.GetInt64("contentLength");
134
m_contentLength
= value;
2 references to m_contentLength
System (2)
net\System\Net\filewebrequest.cs (2)
99
serializationInfo.AddValue("contentLength",
m_contentLength
);
128
return
m_contentLength
;