AsyncSendResponse

version(HasSocket)
class AsyncSendResponse : AsyncOperationResponse {
const
ubyte[] bufferWritten;
const
SystemErrorCode errorCode;
}

Inherited Members

From AsyncOperationResponse

wasSuccessful
bool wasSuccessful()

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

Meta