C# Class MAPIInspector.Parsers.RopGetLocalReplicaIdsResponse

A class indicates the RopGetLocalReplicaIds 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
GlobalCount byte?[]
OutputHandleIndex byte
ReplGuid Guid?
ReturnValue object
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopGetLocalReplicaIdsResponse structure.

Method Details

Parse() public méthode

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

Property Details

GlobalCount public_oe property

public byte?[] GlobalCount
Résultat byte?[]

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

ReplGuid public_oe property

public Guid? ReplGuid
Résultat Guid?

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType