C# Class JayLabs.Owin.OAuthAuthorization.RequestExtensions

显示文件 Open project: jayway/JayLabs.Owin.OAuthAuthorization

Public Methods

Method Description
IsGet ( this request ) : bool
IsPost ( this request ) : bool

Method Details

IsGet() public static method

public static IsGet ( this request ) : bool
request this
return bool

IsPost() public static method

public static IsPost ( this request ) : bool
request this
return bool