C# 클래스 Squared.Task.Http.HttpServer.RequestBody

파일 보기 프로젝트 열기: sq/Fracture

공개 프로퍼티들

프로퍼티 타입 설명
Bytes Future
ExpectedLength long?

공개 메소드들

메소드 설명
RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System

비공개 메소드들

메소드 설명
Append ( byte buffer, int offset, int count ) : void
Failed ( Exception error ) : void
Finish ( ) : void

메소드 상세

RequestBody() 공개 메소드

public RequestBody ( ArraySegment prefillBytes, long expectedLength ) : System
prefillBytes ArraySegment
expectedLength long
리턴 System

프로퍼티 상세

Bytes 공개적으로 프로퍼티

public Future Bytes
리턴 Future

ExpectedLength 공개적으로 프로퍼티

public long? ExpectedLength
리턴 long?