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

In This Topic
    Length Property (BlowfishStream)
    In This Topic
    When overridden in a derived class, gets the length in bytes of the stream. Returns the length of the stream.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Length As Long
    public override long Length {get;}

    Property Value

    A long value representing the length of the stream in bytes.
    Exceptions
    ExceptionDescription
    A class derived from Stream does not support seeking.
    Methods were called after the stream was closed.
    See Also