C# Class FSSHTTPandWOPIInspector.Parsers.ExtendedGUID32BitUintValue

2.2.1.7.5 Extended GUID 32 Bit Uint Value
Inheritance: ExtendedGUID
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
GUID System.Guid
Type byte
Value uint

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ExtendedGUID32BitUintValue structure.

Method Details

Parse() public method

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

Property Details

GUID public_oe property

public Guid,System GUID
return System.Guid

Type public_oe property

public byte Type
return byte

Value public_oe property

public uint Value
return uint