System::Net::Sockets::NetworkStream::get_CanRead method

NetworkStream::get_CanRead method

RTTI information.

bool System::Net::Sockets::NetworkStream::get_CanRead() const override

ReturnValue

True if the stream is readable; otherwise - false

Remarks

Determines if the stream is readable.

See Also