C# Class MAPIInspector.Parsers.RopGetOwningServersResponse

A class indicates the RopGetOwningServers 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
CheapServersCount ushort?
InputHandleIndex byte
OwningServers MAPIInspector.Parsers.MAPIString[]
OwningServersCount ushort?
ReturnValue object
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopGetOwningServersResponse structure.

Method Details

Parse() public méthode

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

Property Details

CheapServersCount public_oe property

public ushort? CheapServersCount
Résultat ushort?

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

OwningServers public_oe property

public MAPIString[],MAPIInspector.Parsers OwningServers
Résultat MAPIInspector.Parsers.MAPIString[]

OwningServersCount public_oe property

public ushort? OwningServersCount
Résultat ushort?

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType