C# Class Gallatin.Core.Web.ReadHeaderState

Inheritance: IHttpStreamParserState
Afficher le fichier Open project: williamoneill/Gallatin Class Usage Examples

Méthodes publiques

Méthode Description
AcceptData ( byte data ) : void
ReadHeaderState ( IHttpStreamParserContext context ) : System

Private Methods

Méthode Description
CreateHeaders ( string headerLines ) : HttpHeaders
InterpretHttpHeaders ( HttpHeaders headers, string httpVersion ) : void
ParseHeader ( ) : void
SearchForHeaderTerminator ( byte data ) : void

Method Details

AcceptData() public méthode

public AcceptData ( byte data ) : void
data byte
Résultat void

ReadHeaderState() public méthode

public ReadHeaderState ( IHttpStreamParserContext context ) : System
context IHttpStreamParserContext
Résultat System