Response ResultString Property C# API
Gets the HTTP result returned by the server, e.g. HTTP/1.1 200 OK

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string ResultString { get; }

Field Value

The HTTP result.
See Also