C# 클래스 ServiceStack.WebHost.Endpoints.Extensions.HttpRequestExtensions

파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PreferredContentTypes string[]

공개 메소드들

메소드 설명
GetBaseUrl ( this request ) : string
GetHttpRequest ( this request ) : IHttpRequest
GetLastPathInfo ( this request ) : string
GetOperationName ( this request ) : string
GetOperationNameFromLastPathInfo ( string lastPathInfo ) : string
GetParentBaseUrl ( this request ) : string
GetPathInfo ( this request ) : string
GetQueryStringContentType ( this httpReq ) : string
GetRequestParams ( this request ) : string>.Dictionary
GetResponseContentType ( this httpReq ) : string
GetUrlHostName ( this request ) : string
HasAnyOfContentTypes ( this request ) : bool
IsContentType ( this request, string contentType ) : bool

비공개 메소드들

메소드 설명
GetAuthority ( HttpRequest request ) : string
GetLastPathInfoFromRawUrl ( string rawUrl ) : string
GetPathInfo ( string pathInfo, string fullPath ) : string
HttpRequestExtensions ( ) : System
ResolvePathInfoFromMappedPath ( string fullPath, string mappedPathRoot ) : string

메소드 상세

GetBaseUrl() 공개 정적인 메소드

public static GetBaseUrl ( this request ) : string
request this
리턴 string

GetHttpRequest() 공개 정적인 메소드

public static GetHttpRequest ( this request ) : IHttpRequest
request this
리턴 IHttpRequest

GetLastPathInfo() 공개 정적인 메소드

public static GetLastPathInfo ( this request ) : string
request this
리턴 string

GetOperationName() 공개 정적인 메소드

public static GetOperationName ( this request ) : string
request this
리턴 string

GetOperationNameFromLastPathInfo() 공개 정적인 메소드

public static GetOperationNameFromLastPathInfo ( string lastPathInfo ) : string
lastPathInfo string
리턴 string

GetParentBaseUrl() 공개 정적인 메소드

public static GetParentBaseUrl ( this request ) : string
request this
리턴 string

GetPathInfo() 공개 정적인 메소드

public static GetPathInfo ( this request ) : string
request this
리턴 string

GetQueryStringContentType() 공개 정적인 메소드

public static GetQueryStringContentType ( this httpReq ) : string
httpReq this
리턴 string

GetRequestParams() 공개 정적인 메소드

public static GetRequestParams ( this request ) : string>.Dictionary
request this
리턴 string>.Dictionary

GetResponseContentType() 공개 정적인 메소드

public static GetResponseContentType ( this httpReq ) : string
httpReq this
리턴 string

GetUrlHostName() 공개 정적인 메소드

public static GetUrlHostName ( this request ) : string
request this
리턴 string

HasAnyOfContentTypes() 공개 정적인 메소드

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

IsContentType() 공개 정적인 메소드

public static IsContentType ( this request, string contentType ) : bool
request this
contentType string
리턴 bool

프로퍼티 상세

PreferredContentTypes 공개적으로 정적으로 프로퍼티

public static string[] PreferredContentTypes
리턴 string[]