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
Exibir arquivo 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_oe property

public ushort RopSize
return ushort

RopsList public_oe property

public object[] RopsList
return object[]

ServerObjectHandleTable public_oe property

public uint[] ServerObjectHandleTable
return uint[]