OwinRequest.Method Property

 

Gets or set the HTTP method.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public virtual string Method { get; set; }
public:
property String^ Method {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract Method : string with get, set
override Method : string with get, set
Public Overridable Property Method As String

Property Value

Type: System.String

The HTTP method.

Implements

IOwinRequest.Method

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top