Discuss this help topic in SecureBlackbox Forum
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).
Discuss this help topic in SecureBlackbox Forum