A C# System.Net.Sockets Wrapper for possible easier use
Via any git capable shell
cd YOURPROJECTFOLDER
git clone https://github.com/IceT-Clan/cs-sockets-wrapper
In Visual Studio:
Add cs-sockets-wrapper to Solution
- Right-Click on the Solution of your Project in the Solution Explorer
- Choose
Add->Add existing Project... - Open
cs-sockets-wrapper\Sockets.shproj
Add new Reference
- Right-Click on the Project wich needs to access the Sockets
- Choose
Add->Reference...
or
- Select the Project wich needs to access the Sockets
- Right-Click on References
- Choose
Add Reference...
Add Sockets from Shared Projects
- On the left panel choose
Shared Projects->Solution - Tick
Sockets - Press
OK



