2 references to DontLogParameter
System.Net.Requests (2)
System\Net\CommandStream.cs (1)
202
if (_commands[_index].HasFlag(PipelineEntryFlags.
DontLogParameter
))
System\Net\FtpControlStream.cs (1)
535
commandList.Add(new PipelineEntry(FormatFtpCommand("PASS", password), PipelineEntryFlags.
DontLogParameter
));