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.