MemoryStream.canTimeout

Whether the stream can timeout during operations.

class MemoryStream
@nogc nothrow @safe override @property
bool
canTimeout
()

Return Value

Type: bool

true if the stream may time out during operations, false otherwise.

Meta