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

SwfCompressStateChangedEventArgs() public method

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