C# Class FSSHTTPandWOPIInspector.Parsers.ExtendedGUIDArray

2.2.1.8 Extended GUID Array
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Content FSSHTTPandWOPIInspector.Parsers.ExtendedGUID[]
Count CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ExtendedGUIDArray structure.

Method Details

Parse() public method

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

Property Details

Content public property

public ExtendedGUID[],FSSHTTPandWOPIInspector.Parsers Content
return FSSHTTPandWOPIInspector.Parsers.ExtendedGUID[]

Count public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Count
return CompactUnsigned64bitInteger