PipeStream.CanSeek Property

 

Gets a value indicating whether the current stream supports seek operations.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

public override bool CanSeek { get; }

Property Value

Type: System.Boolean

false in all cases.

If the PipeStream object is closed, this property returns false.

.NET Framework
Available since 3.5
Return to top
Show: