C# Класс ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper

Наследование: IHttpRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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