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)
237
return
_methodInfo
;
263
return
_methodInfo
.Method;
524
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
575
if (
_methodInfo
.IsUpload)
607
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
714
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
723
if (!
_methodInfo
.IsUpload)
766
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Method: {
_methodInfo
.Method}");
776
if (!
_methodInfo
.IsUpload)
1357
_methodInfo
.IsDownload &&
1405
if (
_methodInfo
.IsUpload && !_getRequestStreamStarted)
1637
if (
_methodInfo
.IsUpload)