adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / BlowfishStream Class / CanRead Property

In This Topic
    CanRead Property
    In This Topic
    When overridden in a derived class, gets a value indicating whether the current stream supports reading. Returns true if the stream support reads.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CanRead As Boolean
    public override bool CanRead {get;}

    Property Value

    true if the stream supports reading; otherwise, false.
    See Also