2 references to DontLogParameter
System (2)
net\System\Net\_CommandStream.cs (1)
226
if (m_Commands[m_Index].HasFlag(PipelineEntryFlags.
DontLogParameter
))
net\System\Net\_FtpControlStream.cs (1)
511
commandList.Add(new PipelineEntry(FormatFtpCommand("PASS", password), PipelineEntryFlags.
DontLogParameter
));