12 references to MethodInfo
System.Net.Requests (12)
System\Net\FtpControlStream.cs (12)
364
if (request.
MethodInfo
.ShouldParseForResponseUri)
554
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
558
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.ParameterIsDirectory))
569
if (requestFilename.Length == 0 && request.
MethodInfo
.HasFlag(FtpMethodFlags.TakesParameter))
584
if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath) && requestDirectory.Length > 0)
590
if (!request.
MethodInfo
.IsCommandOnly)
619
if (!request.
MethodInfo
.IsCommandOnly)
626
if (request.
MethodInfo
.Operation == FtpOperation.Rename)
643
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.DoesNotTakeParameter))
647
else if (request.
MethodInfo
.HasFlag(FtpMethodFlags.MustChangeWorkingDirectoryToPath))
1258
if (request.
MethodInfo
.IsUpload)
1262
else if (request.
MethodInfo
.IsDownload)