Click or drag to resize

PipeStreamCanSeek Property

Gets the value false, indicating the PipeStream does not support seeking.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool CanSeek { get; }

Property Value

Type: Boolean

Always return false.

See Also