C# Class MAPIInspector.Parsers.BackoffRop

A class indicates the BackoffRop structure which is defined in section 2.2.15.2.1.1.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Duration uint
RopIdBackoff byte

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the BackoffRop structure.

Method Details

Parse() public method

Parse the BackoffRop structure.
public Parse ( Stream s ) : void
s Stream An stream containing BackoffRop structure.
return void

Property Details

Duration public property

public uint Duration
return uint

RopIdBackoff public property

public byte RopIdBackoff
return byte