C# Class Gallatin.Core.Web.ReadHttp10BodyState

Inheritance: IHttpStreamParserState
ファイルを表示 Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

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

Method Details

AcceptData() public method

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

ReadHttp10BodyState() public method

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