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.7.98 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
public
string
ResultString
{
get
; }
public string ResultString { get; }
Field Value
The HTTP result.
See Also
Response Class
Response Members
Facilita.Web Namespace
Response
Result