C# Class FSSHTTPandWOPIInspector.Parsers.ObjectDataBLOBReference

2.2.1.12.6.5 Object Data BLOB Reference
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
BLOBExtendedGUID ExtendedGUID
CellIDArray CellIDArray
ObjectExtendedGUIDArray ExtendedGUIDArray
ObjectGroupObjectDataBLOBReference StreamObjectHeader

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ObjectDataBLOBReference structure.

Method Details

Parse() public method

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

Property Details

BLOBExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers BLOBExtendedGUID
return ExtendedGUID

CellIDArray public property

public CellIDArray,FSSHTTPandWOPIInspector.Parsers CellIDArray
return CellIDArray

ObjectExtendedGUIDArray public property

public ExtendedGUIDArray,FSSHTTPandWOPIInspector.Parsers ObjectExtendedGUIDArray
return ExtendedGUIDArray

ObjectGroupObjectDataBLOBReference public property

public StreamObjectHeader,FSSHTTPandWOPIInspector.Parsers ObjectGroupObjectDataBLOBReference
return StreamObjectHeader