From ef6676f11462e5a6c0f592be9b62fe184a7d524d Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Wed, 11 May 2022 02:52:59 -0400 Subject: [PATCH] Colors are ncie GREAT CODE! very cool! I had some issues with Octane downloader while downloading videos, it made the videos stutter. Im examining your code now! Let me know if you need any pull requests! --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a0087..e674679 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ This library provides multithreading download over Http. Using multithreading do FTP download will be supported when it is ready

Code sample

-

+
+````csharp
 void InitAndStart()
 {
 	var url = "http://ipv4.download.thinkbroadband.com/100MB.zip";
@@ -68,7 +69,7 @@ void downloader_Completed(object sender, EventArgs e)
 {
 	MessageBox.Show("Download Completed");
 }
-
+````

Demo Application using native messaging