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
     
    
    <CanBeNullAttribute()>
    Public Property RequestBody As String
    [CanBeNull()]
    public string RequestBody {get; set;}
    [CanBeNull()]
    public:
    property String^ RequestBody {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    If the RequestMethod is POST, the RequestBody specifies the HTTP request to send to the server.
    See Also