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
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
RopSize ushort
RopsList object[]
ServerObjectHandleTable uint[]

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the ROPOutputBuffer structure.

Method Details

Parse() public méthode

Parse the ROPOutputBuffer structure.
public Parse ( Stream s ) : void
s Stream A stream containing the ROPOutputBuffer structure
Résultat void

Property Details

RopSize public_oe property

public ushort RopSize
Résultat ushort

RopsList public_oe property

public object[] RopsList
Résultat object[]

ServerObjectHandleTable public_oe property

public uint[] ServerObjectHandleTable
Résultat uint[]