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