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

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

    Property Value

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