C# Class FSSHTTPandWOPIInspector.Parsers.StorageManifestDataElement

2.2.1.12.3 Storage Manifest Data Element
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
DataElementEnd bit8StreamObjectHeaderEnd
DataElementExtendedGUID ExtendedGUID
DataElementStart bit16StreamObjectHeaderStart
DataElementType CompactUnsigned64bitInteger
GUID System.Guid
SerialNumber SerialNumber
StorageManifestRootDeclare FSSHTTPandWOPIInspector.Parsers.StorageManifestRootDeclareValues[]
StorageManifestSchemaGUID bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the StorageManifestDataElement structure.

Method Details

Parse() public method

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

Property Details

DataElementEnd public property

public bit8StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers DataElementEnd
return bit8StreamObjectHeaderEnd

DataElementExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers DataElementExtendedGUID
return ExtendedGUID

DataElementStart public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers DataElementStart
return bit16StreamObjectHeaderStart

DataElementType public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers DataElementType
return CompactUnsigned64bitInteger

GUID public property

public Guid,System GUID
return System.Guid

SerialNumber public property

public SerialNumber,FSSHTTPandWOPIInspector.Parsers SerialNumber
return SerialNumber

StorageManifestRootDeclare public property

public StorageManifestRootDeclareValues[],FSSHTTPandWOPIInspector.Parsers StorageManifestRootDeclare
return FSSHTTPandWOPIInspector.Parsers.StorageManifestRootDeclareValues[]

StorageManifestSchemaGUID public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers StorageManifestSchemaGUID
return bit16StreamObjectHeaderStart