Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.ClearCustomParams

TElSimpleOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     CustomParam    

Discuss this help topic in SecureBlackbox Forum