2 writes to _methodInfo
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
273_methodInfo = FtpMethodInfo.GetMethodInfo(value); 498_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);
12 references to _methodInfo
System.Net.Requests (12)
System\Net\FtpWebRequest.cs (12)
235return _methodInfo; 261return _methodInfo.Method; 522if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 573if (_methodInfo.IsUpload) 605if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 712if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 721if (!_methodInfo.IsUpload) 764if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 774if (!_methodInfo.IsUpload) 1355_methodInfo.IsDownload && 1403if (_methodInfo.IsUpload && !_getRequestStreamStarted) 1635if (_methodInfo.IsUpload)