AsyncAcceptResponse

version(HasSocket)
class AsyncAcceptResponse : AsyncOperationResponse {
AsyncSocket newSocket;
const
SystemErrorCode errorCode;
}

Inherited Members

From AsyncOperationResponse

wasSuccessful
bool wasSuccessful()

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

Meta