body


Description:

public override OutputStream body { get; }

On the first attempt to access the response body stream, the status line and headers will be written synchronously in the response stream. 'write_head_async' have to be used explicitly to perform a non-blocking operation.