10 references to PipelineEntry
System.Net.Requests (10)
System\Net\FtpControlStream.cs (10)
491commandList.Add(new PipelineEntry(FormatFtpCommand("AUTH", "TLS"))); 534commandList.Add(new PipelineEntry(FormatFtpCommand("USER", domainUserName))); 542commandList.Add(new PipelineEntry(FormatFtpCommand("PBSZ", "0"))); 543commandList.Add(new PipelineEntry(FormatFtpCommand("PROT", "P"))); 546commandList.Add(new PipelineEntry(FormatFtpCommand("OPTS", "utf8 on"))); 547commandList.Add(new PipelineEntry(FormatFtpCommand("PWD", null))); 593commandList.Add(new PipelineEntry(FormatFtpCommand("TYPE", requestedTypeSetting))); 606commandList.Add(new PipelineEntry(FormatFtpCommand(portCommand, GetPortCommandLine()))); 612commandList.Add(new PipelineEntry(FormatFtpCommand("REST", request.ContentOffset.ToString(CultureInfo.InvariantCulture)))); 654commandList.Add(new PipelineEntry(FormatFtpCommand("QUIT", null)));