Discuss this help topic in SecureBlackbox Forum
Specifies whether patch requests shall be used.
Declaration
[C#]
bool UsePatchMethod;
[VB.NET]
Property UsePatchMethod As Boolean
[Pascal]
property UsePatchMethod: boolean;
[C++]
bool get_UsePatchMethod();
void set_UsePatchMethod(bool Value);
[PHP]
bool get_UsePatchMethod()
void set_UsePatchMethod(bool $Value)
[Java]
boolean getUsePatchMethod();
void setUsePatchMethod(boolean Value);
Description
Patch requests are update requests that allow to send only the fields that need to be modified, hence they reduce the amount of sent data.
The default value is True.
Discuss this help topic in SecureBlackbox Forum