The HTTP method to be used in the request (ie. GET, POST etc.)
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property Method As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string Method { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string Method sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_Method(); /** property */ public void set_Method(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get Method() : String public CompilerGeneratedAttribute function set Method(value : String); |