2 writes to m_method
System (2)
net\System\Net\filewebrequest.cs (2)
70
m_method
= serializationInfo.GetString("method");
170
m_method
= value;
3 references to m_method
System (3)
net\System\Net\filewebrequest.cs (3)
98
serializationInfo.AddValue("method",
m_method
);
164
return
m_method
;
293
return !KnownHttpVerb.Parse(
m_method
).ContentBodyNotAllowed;