System.Net.Sockets.NetworkStream.Readable Property

Gets or sets a value that indicates whether the System.Net.Sockets.NetworkStream can be read.

Syntax

protected bool Readable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

You must derive from the System.Net.Sockets.NetworkStream class to use the NetworkStream.Readable property. If NetworkStream.Readable is true, System.Net.Sockets.NetworkStream allows calls to the NetworkStream.Read(Byte[], int, int) method. You can also determine whether a System.Net.Sockets.NetworkStream is readable by checking the publicly accessible NetworkStream.CanRead property.

The NetworkStream.Readable property is set when the System.Net.Sockets.NetworkStream is initialized.

Requirements

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