Comments
4 comments
-
If you are doing your own handling: There is a method SetProxy() on the UnhandledExceptionHandler.
-
Thank you, that's what I was looking for.
-
One more question, is there a recommended way to let the user set their proxy server address and port in the field? In standard .NET apps, we usually let the user edit the .config file and enter their proxy server address and port but the error reporter is compiled into our main app and it does not have a .config file.
-
The error reporting DLL is always merged into the main executable so I think you can use the main executable config file. I say *think* only because I only trust something that I've seen with my own eyes (and even then...
.
Add comment
Please sign in to leave a comment.
Is there a place where we can fill in the authentication info so Smart Assembly can use the proxy server?