C# Class FSSHTTPandWOPIInspector.Parsers.StorageIndexManifestMappingValues

This type is defined for section 2.2.1.12.2 Storage Index Data Element of manifest mapping values
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
ManifestMappingExtendedGUID ExtendedGUID
ManifestMappingSerialNumber SerialNumber
StorageIndexManifestMapping bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the StorageIndexManifestMappingValues structure.

Method Details

Parse() public method

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

Property Details

ManifestMappingExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers ManifestMappingExtendedGUID
return ExtendedGUID

ManifestMappingSerialNumber public property

public SerialNumber,FSSHTTPandWOPIInspector.Parsers ManifestMappingSerialNumber
return SerialNumber

StorageIndexManifestMapping public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers StorageIndexManifestMapping
return bit16StreamObjectHeaderStart