canStream abstract method

bool canStream(
  1. Stream stream
)

Checks if stream can be streamed back to the worker client.

Implementation

bool canStream(Stream stream);