NetworkStream.CanSeek Property

Definition

Gets a value that indicates whether the stream supports seeking. This property is not currently supported. This property always returns false.

public:
 virtual property bool CanSeek { bool get(); };
public override bool CanSeek { get; }
member this.CanSeek : bool
Public Overrides ReadOnly Property CanSeek As Boolean

Property Value

false in all cases to indicate that NetworkStream cannot seek a specific location in the stream.

Applies to