C# Class Owin.Common.Specs.Req

Inheritance: IRequest
Afficher le fichier Open project: remitaylor/knack Class Usage Examples

Private Properties

Свойство Type Description
ReadTheBody int

Méthodes publiques

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

Private Methods

Méthode Description
ReadTheBody ( byte buffer, int offset, int count ) : int

Method Details

BeginReadBody() public méthode

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

EndReadBody() public méthode

public EndReadBody ( IAsyncResult result ) : int
result IAsyncResult
Résultat int

Req() public méthode

public Req ( ) : System
Résultat System