C# Class FSSHTTPandWOPIInspector.Parsers.SpecializedKnowledge

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

Public Properties

Property Type Description
GUID System.Guid
SpecializedKnowledgeData object
SpecializedKnowledgeEnd bit16StreamObjectHeaderEnd
SpecializedKnowledgeStart bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the SpecializedKnowledge structure.

Method Details

Parse() public method

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

Property Details

GUID public property

public Guid,System GUID
return System.Guid

SpecializedKnowledgeData public property

public object SpecializedKnowledgeData
return object

SpecializedKnowledgeEnd public property

public bit16StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers SpecializedKnowledgeEnd
return bit16StreamObjectHeaderEnd

SpecializedKnowledgeStart public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers SpecializedKnowledgeStart
return bit32StreamObjectHeaderStart