I have a WPF application that uses a WebBrowser to load a web page that authenticates using an auth base stream that displays as:

I want to change what appears as the header (BasicAuthName.exe) in the auth prompt, which appears to be based on the file name of the executable file that hosts the WebBrowser control.
How can this be set at runtime to display a more user-friendly header?
source share