Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.ApplyCustomParams

TElOAuth2Client     See also     


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


Adds custom parameters to HTTP request.

Declaration

[C#]
    void ApplyCustomParams(TElStringList Params);

[VB.NET]
    Sub ApplyCustomParams(ByVal Params As TElStringList)

[Pascal]
    procedure ApplyCustomParams({$ifdef SB_NET}&{$endif}Params : TElStringList);

[C++]
    void ApplyCustomParams(TElStringList &Params);
    void ApplyCustomParams(TElStringList *Params);

[PHP]
    void ApplyCustomParams(TElStringList $Params)

[Java]
    void applyCustomParams(TElStringList Params);

Parameters

  • Params - custom parameters to be added to the request.

Description

Use this method to add custom parameters to HTTP request.

See also:     ClearCustomParams    

Discuss this help topic in SecureBlackbox Forum