JurikSoft Proxy Provider description
Socks and HTTPS Proxy Provider C# component
JurikSoft Proxy Provider is a .NET component with a set of methods, which allow connection to a certain TCP/IP server through Socks and HTTPS Proxy Servers.JurikSoft Proxy Provider provides connections to TCP/IP server through Socks and HTTPS Proxy Servers.
The connection is available through Socks Proxy versions 4, 4a, 5 and HTTPS.
When using JurikSoft Proxy Provider when connecting through Socks Servers versions 4a and
5 and HTTPS server you may indicate the name of computer or domain as a Host.
JurikSoft Proxy Provider can establish connection with an authentication feature with Socks version 5 using “ClearText” method and using Basic authentication with HTTPS Server.
There is also a possibility to set time-out when connecting to a certain server through Proxy Server.
JurikSoft Proxy Provider is a .NET DLL library which is very easy to use. You will need to change not more than 4 or 5 lines of source code.
The Main Point: when using JurikSoft Proxy Provider you will not need to inherit ProxyProvider class, which is a great plus for .NET languages as they do not support Multiple inheritance of classes. You will have to call just one method, using as one of parameters Socket or TcpClient object.
The selected object will be connected to a certain host and will be nitialized in case of necessity.