MoPraL Posted January 22, 2005 Posted January 22, 2005 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 ;) Quote
Administrators PlausiblyDamp Posted January 22, 2005 Administrators Posted January 22, 2005 try http://www.mentalis.org - they have a few useful classes there. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
MoPraL Posted January 22, 2005 Author Posted January 22, 2005 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? Quote
Administrators PlausiblyDamp Posted January 22, 2005 Administrators Posted January 22, 2005 Does it give any errors or fail in any particular way when using it with the express edition, have you tried just including the .cs file in your application? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.