C# Class MAPIInspector.Parsers.ROPOutputBuffer

A class indicates the ROP output buffer, which is sent by the server, includes an array of ROP response buffers.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
RopSize ushort
RopsList object[]
ServerObjectHandleTable uint[]

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ROPOutputBuffer structure.

Method Details

Parse() public method

Parse the ROPOutputBuffer structure.
public Parse ( Stream s ) : void
s Stream A stream containing the ROPOutputBuffer structure
return void

Property Details

RopSize public property

public ushort RopSize
return ushort

RopsList public property

public object[] RopsList
return object[]

ServerObjectHandleTable public property

public uint[] ServerObjectHandleTable
return uint[]