Skip to content
#

net-framework

Here are 238 public repositories matching this topic...

An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.

  • Updated Jun 28, 2021
  • C#
kamran65536
kamran65536 commented Apr 2, 2021

code in IConsole:

/// <summary>
/// Clears the console buffer and corresponding console window of display information.
/// </summary>
void Clear();

code in SystemConsole:

 /// <inheritdoc />
public void Clear()
{
     Console.Clear();
}

code in FakeConsole:

 /// <inheritdoc />
public void Clear()
{
}

Improve this page

Add a description, image, and links to the net-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the net-framework topic, visit your repo's landing page and select "manage topics."

Learn more