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

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

Méthodes publiques

Méthode Description
GetRawBody ( ) : string
HttpRequestWrapper ( string operationName, HttpRequest response ) : System

Method Details

GetRawBody() public méthode

public GetRawBody ( ) : string
Résultat string

HttpRequestWrapper() public méthode

public HttpRequestWrapper ( string operationName, HttpRequest response ) : System
operationName string
response System.Web.HttpRequest
Résultat System