Discuss this help topic in SecureBlackbox Forum
Specifies if PUT requests should be delayed.
Declaration
[C#/Java]
bool UseDelayedPut;
[VB.NET]
Property UseDelayedPut As Boolean
[Pascal]
property UseDelayedPut : boolean;
[C++]
bool get_UseDelayedPut();
void set_UseDelayedPut(bool Value);
[PHP]
bool get_UseDelayedPut()
void set_UseDelayedPut(bool $Value)
Description
Set this property to
True to allow delayed PUT requests.
Discuss this help topic in SecureBlackbox Forum