10 writes to m_Method
System (10)
net\System\Net\webclient.cs (10)
99
m_Method
= null;
496
m_Method
= method;
567
m_Method
= method;
706
m_Method
= method;
802
m_Method
= method;
1919
m_Method
= method;
2213
m_Method
= method;
2304
m_Method
= method;
2406
m_Method
= method;
2504
m_Method
= method;
3 references to m_Method
System (3)
net\System\Net\webclient.cs (3)
286
if (
m_Method
!= null) {
287
request.Method =
m_Method
;
620
if (
m_Method
.ToUpper(CultureInfo.InvariantCulture) == "POST")