2 using System.Threading.Tasks;
14 bool Available {
get; }
19 CancellationToken CancelKeyPress {
get; }
28 Task WriteAsync(
string text,
bool newLine, CancellationToken cancellationToken);
35 Task PressAnyKeyAsync(CancellationToken cancellationToken);
43 Task<string> ReadLineAsync(
bool usePasswordChar, CancellationToken cancellationToken);
Use server authentication
Abstraction for global::System.Console