13 references to MethodInfo
System (13)
net\System\Net\_FtpControlStream.cs (13)
373
if (request.
MethodInfo
.ShouldParseForResponseUri)
528
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
532
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.ParameterIsDirectory))
543
if (requestFilename.Length == 0 && request.
MethodInfo
.HasFlag(FtpMethodFlags.TakesParameter))
558
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath) && requestDirectory.Length > 0)
564
if (request.CacheProtocol != null && request.CacheProtocol.ProtocolStatus == CacheValidationStatus.DoNotTakeFromCache && request.
MethodInfo
.Operation == FtpOperation.DownloadFile)
567
if (!request.
MethodInfo
.IsCommandOnly)
612
if (!request.
MethodInfo
.IsCommandOnly)
619
if (request.
MethodInfo
.Operation == FtpOperation.Rename)
637
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
641
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath))
1244
if (request.
MethodInfo
.IsUpload) {
1246
} else if (request.
MethodInfo
.IsDownload) {