C# Class Owin.Common.Specs.Req

Inheritance: IRequest
Mostra file Open project: remitaylor/knack Class Usage Examples

Private Properties

Property Type Description
ReadTheBody int

Public Methods

Method Description
BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
EndReadBody ( IAsyncResult result ) : int
Req ( ) : System

Private Methods

Method Description
ReadTheBody ( byte buffer, int offset, int count ) : int

Method Details

BeginReadBody() public method

public BeginReadBody ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult
buffer byte
offset int
count int
callback AsyncCallback
state object
return IAsyncResult

EndReadBody() public method

public EndReadBody ( IAsyncResult result ) : int
result IAsyncResult
return int

Req() public method

public Req ( ) : System
return System