C# Class MAPIInspector.Parsers.State

The state element contains the final ICS state of the synchronization download operation.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

State ( FastTransferStream stream ) : System

Initializes a new instance of the State class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public méthode

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

State() public méthode

Initializes a new instance of the State class.
public State ( 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 State.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

EndMarker public_oe property

public Markers EndMarker
Résultat Markers

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList

StartMarker public_oe property

public Markers StartMarker
Résultat Markers