-
Notifications
You must be signed in to change notification settings - Fork 5
Intro
Shadyzpop edited this page Feb 3, 2017
·
3 revisions
If you are a developer and you got your own ideas on how to expand the project, feel free to fork and ask anything.
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