C# 클래스 JayLabs.Owin.OAuthAuthorization.RequestExtensions

파일 보기 프로젝트 열기: jayway/JayLabs.Owin.OAuthAuthorization

공개 메소드들

메소드 설명
IsGet ( this request ) : bool
IsPost ( this request ) : bool

메소드 상세

IsGet() 공개 정적인 메소드

public static IsGet ( this request ) : bool
request this
리턴 bool

IsPost() 공개 정적인 메소드

public static IsPost ( this request ) : bool
request this
리턴 bool