C# Class MAPIInspector.Parsers.RopProgressResponse

A class indicates the RopProgress ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CompletedTaskCount uint?
InputHandleIndex byte
LogonId byte?
ReturnValue object
RopId RopIdType
TotalTaskCount uint?

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopProgressResponse structure.

Method Details

Parse() public method

Parse the RopProgressResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopProgressResponse structure.
return void

Property Details

CompletedTaskCount public property

public uint? CompletedTaskCount
return uint?

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte? LogonId
return byte?

ReturnValue public property

public object ReturnValue
return object

RopId public property

public RopIdType RopId
return RopIdType

TotalTaskCount public property

public uint? TotalTaskCount
return uint?