C# Class Squared.Task.Http.HttpServer.RequestBody

Afficher le fichier Open project: sq/Fracture

Méthodes publiques

Свойство Type Description
Bytes Future
ExpectedLength long?

Méthodes publiques

Méthode Description
RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System

Private Methods

Méthode Description
Append ( byte buffer, int offset, int count ) : void
Failed ( Exception error ) : void
Finish ( ) : void

Method Details

RequestBody() public méthode

public RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System
prefillBytes ArraySegment
expectedLength long
Résultat System

Property Details

Bytes public_oe property

public Future Bytes
Résultat Future

ExpectedLength public_oe property

public long? ExpectedLength
Résultat long?