[C#] Use proxy for IRC ?!

MoPraL

Newcomer
Joined
Aug 28, 2004
Messages
16
Hello,

I want to code a small IRC server and i want to use a proxy to connect to this irc server. But, C# has only http proxys and i'm looking for a Socket (IRC) Proxy/Socks.

Have you any ideas? thx ;)
 
i've already looked at mentalis but i'm using Visual C# Express (.NET v2) so i use some methods which are not in .NET v1. The lib they give (mentalis) is derived from the Socket class of the 1st framework. So i cant use it :(

HAve you other or the method to create my own... ? Some classes which are new?
 
Back
Top