2 writes to _methodInfo
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
272_methodInfo = FtpMethodInfo.GetMethodInfo(value); 497_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);
12 references to _methodInfo
System.Net.Requests (12)
System\Net\FtpWebRequest.cs (12)
234return _methodInfo; 260return _methodInfo.Method; 521if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 572if (_methodInfo.IsUpload) 604if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 711if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 720if (!_methodInfo.IsUpload) 763if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 773if (!_methodInfo.IsUpload) 1354_methodInfo.IsDownload && 1402if (_methodInfo.IsUpload && !_getRequestStreamStarted) 1634if (_methodInfo.IsUpload)