What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB coder needed

There's a class in System.Web.dll called HttpUtility that has quite a few more functions.
So? This is still completely proper URL encoding, even more generic as it goes for any URI.
 
Does anyone have, or can link me to, custom c# methods for url encode and decode? It doesn't seem to want to let me use System.net either and I can't find any method sources.

Edit:

I managed to get a class file copy of HttpUtility that someone had created using reflection. The library I'm using has a class that contains over 350 references to System.Web.Services.

Can anyone give me a sample piece of code I could use in that class to import System.Web.Services at runtime using reflection that will allow the references to work correctly? I don't mind renaming the System.Web.Services entries to the name of the assembly in the sample code if needed.

I just can't get reflection to work and hope someone can help.
 
Last edited:
Hey sida, btw u using msnp-sharp (former dotmsn) for the connection or just immitate server commands?
 
Back
Top