Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.CustomMethod

TElHTTPServerRequestParams     See also     


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


Specifies the custom method to be performed on the resource.

Declaration

[C#]
    string CustomMethod;

[VB.NET]
    Property CustomMethod As String

[Pascal]
    property CustomMethod : string;

[C++]
    void get_CustomMethod(std::string &OutResult);
    void set_CustomMethod(const std::string &Value);

[PHP]
    string get_CustomMethod()
    void set_CustomMethod(string $Value)

[Java]
    String getCustomMethod();
    void setCustomMethod(String Value);

Description

    If Method property is set to hmCustom, this property indicates the custom HTTP method (please see the RFC #2616 for further information).

See also:     Method    

Discuss this help topic in SecureBlackbox Forum