2 writes to _methodInfo
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
275_methodInfo = FtpMethodInfo.GetMethodInfo(value); 500_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);
12 references to _methodInfo
System.Net.Requests (12)
System\Net\FtpWebRequest.cs (12)
237return _methodInfo; 263return _methodInfo.Method; 524if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 575if (_methodInfo.IsUpload) 607if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 714if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 723if (!_methodInfo.IsUpload) 766if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {_methodInfo.Method}"); 776if (!_methodInfo.IsUpload) 1357_methodInfo.IsDownload && 1405if (_methodInfo.IsUpload && !_getRequestStreamStarted) 1637if (_methodInfo.IsUpload)