C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper

Inheritance: IHttpRequest
Afficher le fichier Open project: firstsee/ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
GetRawBody ( ) : string
HttpListenerRequestWrapper ( string operationName, HttpListenerRequest request ) : System
ValidateInput ( ) : void

Private Methods

Méthode Description
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

Method Details

GetRawBody() public méthode

public GetRawBody ( ) : string
Résultat string

HttpListenerRequestWrapper() public méthode

public HttpListenerRequestWrapper ( string operationName, HttpListenerRequest request ) : System
operationName string
request System.Net.HttpListenerRequest
Résultat System

ValidateInput() public méthode

public ValidateInput ( ) : void
Résultat void