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

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

공개 메소드들

메소드 설명
GetRawBody ( ) : string
HttpListenerRequestWrapper ( string operationName, HttpListenerRequest request ) : System
ValidateInput ( ) : void

비공개 메소드들

메소드 설명
AddRawKeyValue ( StringBuilder key, StringBuilder value ) : void
EndSubStream ( Stream stream ) : void
GetParameter ( string header, string attr ) : string
GetSubStream ( Stream stream ) : Stream
IsContentType ( string ct, bool starts_with ) : bool
IsInvalidString ( string val ) : bool
IsInvalidString ( string val, int &validationFailureIndex ) : bool
LoadMultiPart ( ) : void
LoadWwwForm ( ) : void
ThrowValidationException ( string name, string key, string value ) : void
ValidateNameValueCollection ( string name, NameValueCollection coll ) : void

메소드 상세

GetRawBody() 공개 메소드

public GetRawBody ( ) : string
리턴 string

HttpListenerRequestWrapper() 공개 메소드

public HttpListenerRequestWrapper ( string operationName, HttpListenerRequest request ) : System
operationName string
request System.Net.HttpListenerRequest
리턴 System

ValidateInput() 공개 메소드

public ValidateInput ( ) : void
리턴 void