C# Class MAPIInspector.Parsers.RopPendingResponse

A class indicates the RopPending ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
RopId RopIdType
SessionIndex ushort

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopPendingResponse structure.

Method Details

Parse() public méthode

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

Property Details

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SessionIndex public_oe property

public ushort SessionIndex
Résultat ushort