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


In This Topic
    RequestMethod Property
    In This Topic
    The HTTP method to use when sending the request.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property RequestMethod As String
    [CanBeNull()]
    public string RequestMethod {get; set;}
    [CanBeNull()]
    public:
    property String^ RequestMethod {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    By default a GET is performed. Set the RequestMethod to POST and set the RequestBody to perform a POST instead.
    See Also