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
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 ROPInputBuffer structure.

Method Details

Parse() public méthode

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