AsyncReadResponse

class AsyncReadResponse : AsyncOperationResponse {
const
ubyte[] bufferRead;
const
SystemErrorCode errorCode;
}

Inherited Members

From AsyncOperationResponse

wasSuccessful
bool wasSuccessful()

Returns true if the request completed successfully, finishing what it was supposed to.

Meta