property Method: TScRequestMethod; default rmGET;

 

Description

Gets or sets the method for the request. The request method to use to contact the Internet resource. The default value is GET.

The Method property can be set to any of the HTTP 1.1 protocol verbs: GET, HEAD, OPTIONS, POST, PUT, DELETE, TRACE, or PATCH.

If the ContentLength property is set to any value other than -1, the Method property must be set to a protocol property that uploads data.

 

See also

ContentLength

GetResponse

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support