System.Net.Sockets.NetworkStream.CanSeek Property

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

Syntax

public override bool CanSeek { get; }

Value

false.

Remarks

This property is read-only.

Note:

This property overrides System.IO.Stream.CanSeek.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0