C# Class MAPIInspector.Parsers.ProgressTotal

The progressTotal element contains data that describes the approximate size of all the messageChange elements.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropList ProgressInformation
StartMarker Markers
propertiesLength uint
propertiesTag uint

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

ProgressTotal ( FastTransferStream stream ) : System

Initializes a new instance of the progressTotal class.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized progressTotal.

Method Details

Parse() public method

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

ProgressTotal() public method

Initializes a new instance of the progressTotal class.
public ProgressTotal ( FastTransferStream stream ) : System
stream FastTransferStream The stream.
return System

Verify() public static method

Verify that a stream's current position contains a serialized progressTotal.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

PropList public property

public ProgressInformation,MAPIInspector.Parsers PropList
return ProgressInformation

StartMarker public property

public Markers StartMarker
return Markers

propertiesLength public property

public uint propertiesLength
return uint

propertiesTag public property

public uint propertiesTag
return uint