adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WebRequestTask Class / RequestBody Property

In This Topic
    RequestBody Property
    In This Topic
    The body of the request to send to the server if the RequestMethod is POST.
    Syntax
    'Declaration
     
    
    Public Property RequestBody As String
    public string RequestBody {get; set;}
    Remarks
    If the RequestMethod is POST, the RequestBody specifies the HTTP request to send to the server.
    See Also