12 references to MethodInfo
System.Net.Requests (12)
System\Net\FtpControlStream.cs (12)
362
if (request.
MethodInfo
.ShouldParseForResponseUri)
552
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
556
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.ParameterIsDirectory))
567
if (requestFilename.Length == 0 && request.
MethodInfo
.HasFlag(FtpMethodFlags.TakesParameter))
582
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath) && requestDirectory.Length > 0)
588
if (!request.
MethodInfo
.IsCommandOnly)
617
if (!request.
MethodInfo
.IsCommandOnly)
624
if (request.
MethodInfo
.Operation == FtpOperation.Rename)
641
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
645
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath))
1256
if (request.
MethodInfo
.IsUpload)
1260
else if (request.
MethodInfo
.IsDownload)