C# Class Microsoft.AspNet.Server.Kestrel.Http.MessageBody.ForContentLength

Inheritance: MessageBody
Afficher le fichier Open project: Starcounter/KestrelHttpServer

Méthodes publiques

Méthode Description
ForContentLength ( bool keepAlive, int contentLength, FrameContext context ) : System
ReadAsyncImplementation ( ArraySegment buffer, CancellationToken cancellationToken ) : Task

Method Details

ForContentLength() public méthode

public ForContentLength ( bool keepAlive, int contentLength, FrameContext context ) : System
keepAlive bool
contentLength int
context FrameContext
Résultat System

ReadAsyncImplementation() public méthode

public ReadAsyncImplementation ( ArraySegment buffer, CancellationToken cancellationToken ) : Task
buffer ArraySegment
cancellationToken System.Threading.CancellationToken
Résultat Task