C# Class MAPIInspector.Parsers.ROPInputBuffer

A class indicates the ROP input buffer, which is sent by the client, includes an array of ROP request buffers to be processed by the server.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 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 ROPInputBuffer structure.

Method Details

Parse() public method

Parse the ROPInputBuffer structure.
public Parse ( Stream s ) : void
s Stream A stream containing the ROPInputBuffer 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[]