ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
185 stars 74 forks source link

Add support for WebProxyURL #17

Closed jjwalter2001 closed 5 years ago

jjwalter2001 commented 6 years ago

This allows the user to specify a proxy server for SSL requests as part of the CrashReport object. That value is then passed along to the DrDumpService object and, if a non-null string, then the value is used as the proxy URL. If no WebProxyURL is provided, then it continues to operate as it always has.