C# Class FSSHTTPandWOPIInspector.Parsers.AllocateExtendedGUIDRange

2.2.3.1.4 Allocate Extended GUID Range
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
AllocateExtendedGUIDRangeResponse bit32StreamObjectHeaderStart
GUIDComponent System.Guid
IntegerRangeMax CompactUnsigned64bitInteger
IntegerRangeMin CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the AllocateExtendedGUIDRange structure.

Method Details

Parse() public method

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

Property Details

AllocateExtendedGUIDRangeResponse public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers AllocateExtendedGUIDRangeResponse
return bit32StreamObjectHeaderStart

GUIDComponent public property

public Guid,System GUIDComponent
return System.Guid

IntegerRangeMax public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers IntegerRangeMax
return CompactUnsigned64bitInteger

IntegerRangeMin public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers IntegerRangeMin
return CompactUnsigned64bitInteger