Changing Proxy for C# Application ONLY
Does anyone know a method to force your C# Application to run through a proxy server, without having to change the entire system's proxy settings?
I've gotten a rotator working that switches the system's proxy settings from a list of loaded servers, but have not been able to find a way to force only my application to run through it.
I use some .dll i found awhile ago. Was a lot easier than coding from scratch.