C# Class Gallatin.Core.Web.ReadHeaderState

Inheritance: IHttpStreamParserState
显示文件 Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
AcceptData ( byte data ) : void
ReadHeaderState ( IHttpStreamParserContext context ) : System

Private Methods

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

Method Details

AcceptData() public method

public AcceptData ( byte data ) : void
data byte
return void

ReadHeaderState() public method

public ReadHeaderState ( IHttpStreamParserContext context ) : System
context IHttpStreamParserContext
return System