Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the HTTP method.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string Method { get; set; }
property String^ Method {
String^ get();
void set(String^ value);
}
abstract Method : string with get, set
Property Method As String
Property Value
Type: System.String
The HTTP method.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top