Stream.Blocking (gb)

Property Blocking As Boolean

Returns or sets if the stream is blocking.

When this property is set, reading from the stream will block if there is nothing to read, and writing to the stream will block when, for example, the internal system buffer is full.