OwinRequest.Method Property

Gets or sets the method for the request.

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

Syntax

'Declaration
Public Overridable Property Method As String 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As String 

value = instance.Method

instance.Method = value
public virtual string Method { get; set; }
public:
virtual property String^ Method {
    String^ get ();
    void set (String^ value);
}
abstract Method : string with get, set 
override Method : string with get, set
function get Method () : String 
function set Method (value : String)

Property Value

Type: System.String
The method for the request.

Implements

IOwinRequest.Method

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace