C# Class FSSHTTPandWOPIInspector.Parsers.Knowledge

2.2.1.13 Knowledge
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
KnowledgeEnd bit8StreamObjectHeaderEnd
KnowledgeStart bit16StreamObjectHeaderStart
SpecializedKnowledge FSSHTTPandWOPIInspector.Parsers.SpecializedKnowledge[]

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the Knowledge structure.

Method Details

Parse() public method

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

Property Details

KnowledgeEnd public property

public bit8StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers KnowledgeEnd
return bit8StreamObjectHeaderEnd

KnowledgeStart public property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers KnowledgeStart
return bit16StreamObjectHeaderStart

SpecializedKnowledge public property

public SpecializedKnowledge[],FSSHTTPandWOPIInspector.Parsers SpecializedKnowledge
return FSSHTTPandWOPIInspector.Parsers.SpecializedKnowledge[]