PowerTCP Mail for .NET
CanRead Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > TcpStream Class : CanRead Property




Indicates that data can be read from the stream.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property CanRead As Boolean
Visual Basic (Usage)Copy Code
Dim instance As TcpStream
Dim value As Boolean
 
value = instance.CanRead
C# 
public override bool CanRead {get;}
Managed Extensions for C++ 
public: __property bool get_CanRead() override;
C++/CLI 
public:
property bool CanRead {
   bool get() override;
}

Property Value

true if the stream can be read; otherwise, false.

Remarks

If the stream is closed, this property returns false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.