C# Class FSSHTTPandWOPIInspector.Parsers.ContentTagKnowledge

2.2.1.13.5 Content Tag Knowledge
Inheritance: BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
ContentTagKnowledgeEnd bit8StreamObjectHeaderEnd
ContentTagKnowledgeEntryArray FSSHTTPandWOPIInspector.Parsers.ContentTagKnowledgeEntry[]
ContentTagKnowledgeStart bit16StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the WaterlineKnowledge structure.

Method Details

Parse() public method

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

Property Details

ContentTagKnowledgeEnd public_oe property

public bit8StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers ContentTagKnowledgeEnd
return bit8StreamObjectHeaderEnd

ContentTagKnowledgeEntryArray public_oe property

public ContentTagKnowledgeEntry[],FSSHTTPandWOPIInspector.Parsers ContentTagKnowledgeEntryArray
return FSSHTTPandWOPIInspector.Parsers.ContentTagKnowledgeEntry[]

ContentTagKnowledgeStart public_oe property

public bit16StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers ContentTagKnowledgeStart
return bit16StreamObjectHeaderStart