Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This library provides multithreading download over Http. Using multithreading do
FTP download will be supported when it is ready

<h2>Code sample</h2>
<pre><code>

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

<h2>Demo Application using native messaging</h2>

Expand Down