IOwinRequest.Method Property

Gets or sets the method used in making the request.

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

Syntax

'Declaration
Property Method As String 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As String 

value = instance.Method

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

Property Value

Type: System.String
The method used in making the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace