Tell me how using the standard WebBrowser control, get the StatusCode?
I need to handle the situation when the Response is not 200 OK.
The only thing I found is a property
StatusTextwhich is unclear what is file and what values takes (I saw for example "Done" and " — empty string)
Maybe control can somehow get the HttpWebResponse object?