HTTPMethod Property

The HTTP method used for the request.

Data Type

Enumeration

Possible Values

DELETE (0)
GET (1)
HEAD (2)
POST (3)
PUT (4)
TRACE (5)
PATCH (6)

Default Value

1

Remarks

This property specifies the HTTP method to use when making a request to the server. Possible values are:

  • DELETE
  • GET (default)
  • HEAD
  • POST
  • PUT
  • TRACE

When set to POST or PUT see RequestParams and PostData for details about sending data to the server.

To specify a different HTTP method set CustomRequestMethod.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]