2 writes to m_MethodInfo
System (2)
net\System\Net\FtpWebRequest.cs (2)
297
m_MethodInfo
= FtpMethodInfo.GetMethodInfo(value);
529
m_MethodInfo
= FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);
17 references to m_MethodInfo
System (17)
net\System\Net\FtpWebRequest.cs (17)
249
return
m_MethodInfo
;
287
return
m_MethodInfo
.Method;
556
if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetResponse", SR.GetString(SR.net_log_method_equal,
m_MethodInfo
.Method));
654
if (
m_MethodInfo
.IsUpload)
715
if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetResponse", SR.GetString(SR.net_log_method_equal,
m_MethodInfo
.Method));
882
if(Logging.On)Logging.PrintInfo(Logging.Web, this, "GetRequestStream", SR.GetString(SR.net_log_method_equal,
m_MethodInfo
.Method));
894
if (!
m_MethodInfo
.IsUpload) {
953
if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetRequestStream", SR.GetString(SR.net_log_method_equal,
m_MethodInfo
.Method));
963
if (!
m_MethodInfo
.IsUpload) {
1393
if (
m_MethodInfo
.IsUpload)
1592
this.
m_MethodInfo
.IsDownload &&
1640
if (
m_MethodInfo
.IsUpload && !m_GetRequestStreamStarted)
1907
if (
m_MethodInfo
.IsUpload) {
1961
if (!
m_MethodInfo
.HasHttpCommand)
1969
m_HttpWebRequest.Method =
m_MethodInfo
.HttpCommand;
2068
if (
m_MethodInfo
.Operation != FtpOperation.DownloadFile) {
2133
if (
m_MethodInfo
.Operation != FtpOperation.DownloadFile)