Request GetMessageBody Method C# API
Gets the body of the HTTP request that will be sent to the server.

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

public virtual string GetMessageBody()

Return Value

The body of the HTTP request.
See Also