C# 클래스 FubuMVC.OwinHost.OwinCurrentHttpRequest

상속: ICurrentHttpRequest
파일 보기 프로젝트 열기: jmarnold/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
HttpMethod ( ) : string
OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
RawUrl ( ) : string
RelativeUrl ( ) : string
ToFullUrl ( string url ) : string

메소드 상세

HttpMethod() 공개 메소드

public HttpMethod ( ) : string
리턴 string

OwinCurrentHttpRequest() 공개 메소드

public OwinCurrentHttpRequest ( FubuMVC.OwinHost.OwinRequestBody body ) : System
body FubuMVC.OwinHost.OwinRequestBody
리턴 System

RawUrl() 공개 메소드

public RawUrl ( ) : string
리턴 string

RelativeUrl() 공개 메소드

public RelativeUrl ( ) : string
리턴 string

ToFullUrl() 공개 메소드

public ToFullUrl ( string url ) : string
url string
리턴 string