4 references to UserCommand
System (4)
net\System\Net\_FtpControlStream.cs (4)
428
if (entry.Command == "PWD\r\n" && !entry.HasFlag(PipelineEntryFlags.
UserCommand
))
552
commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", m_LoginDirectory), PipelineEntryFlags.
UserCommand
));
560
commandList.Add(new PipelineEntry(FormatFtpCommand("CWD", requestDirectory), PipelineEntryFlags.
UserCommand
));
611
PipelineEntryFlags flags = PipelineEntryFlags.
UserCommand
;