System.Net.Sockets.NetworkStream.Writeable Property

Gets a value that indicates whether the System.Net.Sockets.NetworkStream is writable.

Syntax

protected bool Writeable { 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.Writeable property. If NetworkStream.Writeable is true, System.Net.Sockets.NetworkStream allows calls to the NetworkStream.Write(Byte[], int, int) method. You can also determine whether a System.Net.Sockets.NetworkStream is writable by checking the publicly accessible NetworkStream.CanWrite property.

The NetworkStream.Writeable 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