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)
235
return
_methodInfo
;
261
return
_methodInfo
.Method;
522
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
573
if (
_methodInfo
.IsUpload)
605
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
712
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
721
if (!
_methodInfo
.IsUpload)
764
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
774
if (!
_methodInfo
.IsUpload)
1355
_methodInfo
.IsDownload &&
1403
if (
_methodInfo
.IsUpload && !_getRequestStreamStarted)
1635
if (
_methodInfo
.IsUpload)