Discuss this help topic in SecureBlackbox Forum
Deletes all custom parameters of HTTP request.
Declaration
[C#]
void ClearCustomParams();
[VB.NET]
Sub ClearCustomParams()
[Pascal]
procedure ClearCustomParams;
[C++]
void ClearCustomParams();
[PHP]
void ClearCustomParams()
[Java]
void clearCustomParams();
Description
Use this method to clear all custom parameters of HTTP request.
Discuss this help topic in SecureBlackbox Forum