C# Class MAPIInspector.Parsers.RopBackoffResponse

A class indicates the RopBackoff ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 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_oe property

public byte[] AdditionalData
return byte[]

AdditionalDataSize public_oe property

public ushort AdditionalDataSize
return ushort

BackoffRopCount public_oe property

public byte BackoffRopCount
return byte

BackoffRopData public_oe property

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

Duration public_oe property

public uint Duration
return uint

LogonId public_oe property

public byte LogonId
return byte

RopId public_oe property

public RopIdType RopId
return RopIdType