Gets or sets a value that indicates whether the System.Net.Sockets.NetworkStream can be read.
Documentation for this section has not yet been entered.
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.