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

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

공개 메소드들

메소드 설명
GetRawBody ( ) : string
HttpRequestWrapper ( string operationName, HttpRequest response ) : System

메소드 상세

GetRawBody() 공개 메소드

public GetRawBody ( ) : string
리턴 string

HttpRequestWrapper() 공개 메소드

public HttpRequestWrapper ( string operationName, HttpRequest response ) : System
operationName string
response System.Web.HttpRequest
리턴 System