DotEtiveSocket is a derivate of the original System.Net.Sockets.Socket, and System.Net.Sockets.TcpClient that enables you to make existing or new software written in .NET compatible with Socks 4, 4A, and 5. Just 2 lines of code, and transform any previous application into a Socks-compatible application.
1) Copy the DLL in your Global Assembly Cache
---------------------------------------------
Drag & Drop the DLL in the 'assembly' sub-directory of your WINDOWS directory.
To uninstall, go in your assembly directory, and simply delete the file.
2) Register the DLL in the Global Assembly Cache
------------------------------------------------
Start the command prompt
Type 'gacutil /i ASSEMBLY.DLL' where ASSEMBLY.DLL is the name of the component you want to install.
NOTE: gacutil is provided with the .NET SDK.
To uninstall, type 'gacutil /u ASSEMBLY.DLL'.
3) ASP.NET Web Application
--------------------------
Copy the DLL in the 'bin' sub-directory of your web application.
Registration Keys
=================
To register an etive component, you need an 'owner key', and a 'serial key'.
The owner key can be set through the 'OwnerKey' property.
The serial key can be set through the 'SerialKey' property.
Our samples contains a keys.cs or keys.vb file containing the keys to use.
To try our component, you may ask the keys pair on our website. These keys
will automatically be sent by email.
BytesRoad.NetSuit Library 2.0
(Popularity: ) : If you are looking for a free network library for the .NET platform then you may wish to look at BytesRoad.NetSuit library. This is an open source network library completely written in C#. You may find it useful if you ...