4 references to UserCommand
System.Net.Requests (4)
System\Net\FtpControlStream.cs (4)
451
if (entry.Command == "PWD\r\n" && !entry.HasFlag(PipelineEntryFlags.
UserCommand
))
576
commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", _loginDirectory), PipelineEntryFlags.
UserCommand
));
584
commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", requestDirectory), PipelineEntryFlags.
UserCommand
));
616
PipelineEntryFlags flags = PipelineEntryFlags.
UserCommand
;