Recurity.Swf.SwfDecompressSateChangedEventArgs.SwfDecompressSateChangedEventArgs C# (CSharp) Method

SwfDecompressSateChangedEventArgs() public method

Provides data for DecompressSateChanged events.
public SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System
overAll System.UInt64 The stream length
currentState System.UInt64 The stream position
return System
        public SwfDecompressSateChangedEventArgs(UInt64 overAll, UInt64 currentState)
        {
            this._OverAll = overAll;
            this._Recent = currentState;
        }
SwfDecompressSateChangedEventArgs