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