9 references to PipelineEntry
System.Net.Requests (9)
System\Net\FtpControlStream.cs (9)
537commandList.Add(new PipelineEntry(FormatFtpCommand("PASS", password), PipelineEntryFlags.DontLogParameter)); 578commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", _loginDirectory), PipelineEntryFlags.UserCommand)); 586commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", requestDirectory), PipelineEntryFlags.UserCommand)); 602commandList.Add(new PipelineEntry(FormatFtpCommand(passiveCommand, null), PipelineEntryFlags.CreateDataConnection)); 630commandList.Add(new PipelineEntry(FormatFtpCommand("RNFR", baseDir + requestFilename), flags)); 641commandList.Add(new PipelineEntry(FormatFtpCommand("RNTO", renameTo), flags)); 645commandList.Add(new PipelineEntry(FormatFtpCommand(request.Method, string.Empty), flags)); 649commandList.Add(new PipelineEntry(FormatFtpCommand(request.Method, requestFilename), flags)); 653commandList.Add(new PipelineEntry(FormatFtpCommand(request.Method, requestPath), flags));