C# Class MAPIInspector.Parsers.ProgressPerMessage

The ProgressPerMessage element contains data that describes the approximate size of message change data that follows.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropList PropList
StartMarker Markers

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

ProgressPerMessage ( FastTransferStream stream ) : System

Initializes a new instance of the ProgressPerMessage class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public méthode

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

ProgressPerMessage() public méthode

Initializes a new instance of the ProgressPerMessage class.
public ProgressPerMessage ( FastTransferStream stream ) : System
stream FastTransferStream The stream.
Résultat System

Verify() public static méthode

Verify that a stream's current position contains a serialized ProgressPerMessage.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList

StartMarker public_oe property

public Markers StartMarker
Résultat Markers