C# Class FSSHTTPandWOPIInspector.Parsers.TargetPartitionId

2.2.2.1.1 Target Partition Id
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PartitionIdGUID System.Guid
TargetPartitionIdEnd bit16StreamObjectHeaderEnd
TargetPartitionIdStart bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the TargetPartitionId structure.

Method Details

Parse() public method

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

Property Details

PartitionIdGUID public property

public Guid,System PartitionIdGUID
return System.Guid

TargetPartitionIdEnd public property

public bit16StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers TargetPartitionIdEnd
return bit16StreamObjectHeaderEnd

TargetPartitionIdStart public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers TargetPartitionIdStart
return bit32StreamObjectHeaderStart