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