C# Class MAPIInspector.Parsers.RopBackoffResponse

A class indicates the RopBackoff ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
AdditionalData byte[]
AdditionalDataSize ushort
BackoffRopCount byte
BackoffRopData MAPIInspector.Parsers.BackoffRop[]
Duration uint
LogonId byte
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopBackoffResponse structure.

Method Details

Parse() public method

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

Property Details

AdditionalData public property

public byte[] AdditionalData
return byte[]

AdditionalDataSize public property

public ushort AdditionalDataSize
return ushort

BackoffRopCount public property

public byte BackoffRopCount
return byte

BackoffRopData public property

public BackoffRop[],MAPIInspector.Parsers BackoffRopData
return MAPIInspector.Parsers.BackoffRop[]

Duration public property

public uint Duration
return uint

LogonId public property

public byte LogonId
return byte

RopId public property

public RopIdType RopId
return RopIdType