Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.Method

TElHTTPServerRequestParams     See also     


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


Specifies Method token of HTTP request.

Declaration

[C#]
    TSBHTTPMethod Method;

[VB.NET]
    Property Method As TSBHTTPMethod

[Pascal]
    property Method : TSBHTTPMethod;

[C++]
    TSBHTTPMethod get_Method();
    void set_Method(TSBHTTPMethod Value);

[PHP]
    integer get_Method()
    void set_Method(integer $Value)

[Java]
    TSBHTTPMethod getMethod();
    void setMethod(TSBHTTPMethod Value);

Values:

Description

    This property specifies the Method token of HTTP request (please see the RFC #2616 for further information). If this property value is hmCustom, CustomMethod will contain the value of the custom method.

See also:     CustomMethod    

Discuss this help topic in SecureBlackbox Forum