14 references to PipelineEntry
System (14)
net\System\Net\_FtpControlStream.cs (14)
476commandList.Add(new PipelineEntry(FormatFtpCommand("AUTH", "TLS"))); 510commandList.Add(new PipelineEntry(FormatFtpCommand("USER", domainUserName))); 518commandList.Add(new PipelineEntry(FormatFtpCommand("PBSZ", "0"))); 519commandList.Add(new PipelineEntry(FormatFtpCommand("PROT", "P"))); 522commandList.Add(new PipelineEntry(FormatFtpCommand("OPTS", "utf8 on"))); 523commandList.Add(new PipelineEntry(FormatFtpCommand("PWD", null))); 565commandList.Add(new PipelineEntry(FormatFtpCommand("MDTM", requestPath))); 574commandList.Add(new PipelineEntry(FormatFtpCommand("TYPE", requestedTypeSetting))); 584commandList.Add(new PipelineEntry(FormatFtpCommand(portCommand, GetPortCommandLine(request)))); 591commandList.Add(new PipelineEntry(FormatFtpCommand("REST", request.CacheProtocol.Validator.CacheEntry.StreamSize.ToString(CultureInfo.InvariantCulture)))); 595commandList.Add(new PipelineEntry(FormatFtpCommand("REST", request.ContentOffset.ToString(CultureInfo.InvariantCulture)))); 601commandList.Add(new PipelineEntry(FormatFtpCommand("SIZE", requestPath))); 602commandList.Add(new PipelineEntry(FormatFtpCommand("MDTM", requestPath))); 652commandList.Add(new PipelineEntry(FormatFtpCommand("QUIT", null)));