Discuss this help topic in SecureBlackbox Forum

TElOAuth2Request.Method

TElOAuth2Request     See also     


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


Returns the HTTP request method.

Declaration

[C#]
    int Method;

[VB.NET]
    Property Method As Integer

[Pascal]
    property Method : Integer;

[C++]
    int32_t get_Method();

[PHP]
    integer get_Method()

[Java]
    int getMethod();

Description

    Use this property to get the value of the request method.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum