Skip to content
Shadyzpop edited this page Feb 3, 2017 · 3 revisions

Information

If you are a developer and you got your own ideas on how to expand the project, feel free to fork and ask anything.

Using Shadynet

At first we need to get the binary for it, you can get it by either:

  • Compiling the project yourself.
  • Get the release binary from the Release page.
  • NuGet with:

PM> Install-Package Shadynet


Going into making something with it we need to reference the namespaces of the project, and these namespaces are:

  • Shadynet
  • Shadynet.Http
  • Shadynet.Other
  • Shadynet.Proxy
  • Shadynet.Threading

Each of these namespaces contain their own Classes and Methods.

Some usage examples can be found here

Clone this wiki locally