C# Class MAPIInspector.Parsers.RopPendingResponse

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

Public Properties

Property Type Description
RopId RopIdType
SessionIndex ushort

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopPendingResponse structure.

Method Details

Parse() public method

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

Property Details

RopId public_oe property

public RopIdType RopId
return RopIdType

SessionIndex public_oe property

public ushort SessionIndex
return ushort