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

Mostra file Open project: sq/Fracture

Public Properties

Property Type Description
Bytes Future
ExpectedLength long?

Public Methods

Method Description
RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System

Private Methods

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

Method Details

RequestBody() public method

public RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System
prefillBytes ArraySegment
expectedLength long
return System

Property Details

Bytes public_oe property

public Future Bytes
return Future

ExpectedLength public_oe property

public long? ExpectedLength
return long?