1 write to Method
System (1)
net\System\Net\FtpWebRequest.cs (1)
68
Method
= method;
6 references to Method
System (6)
net\System\Net\FtpWebRequest.cs (6)
105
if (method == methodInfo.
Method
)
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
));
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
));
953
if(Logging.On)Logging.PrintInfo(Logging.Web, this, "BeginGetRequestStream", SR.GetString(SR.net_log_method_equal, m_MethodInfo.
Method
));