In This Topic
The HTTP method to use when sending the request.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property RequestMethod As String
[CanBeNull()]
public string RequestMethod {get; set;}
[CanBeNull()]
public:
property String^ RequestMethod {
String^ get();
void set ( String^ value);
}
See Also