C# Class FSSHTTPandWOPIInspector.Parsers.ProtocolError

2.2.3.2.2 Protocol Error
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
ErrorCode ProtocolErrorCode
ErrorProtocol bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ProtocolError structure.

Method Details

Parse() public method

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

Property Details

ErrorCode public property

public ProtocolErrorCode ErrorCode
return ProtocolErrorCode

ErrorProtocol public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers ErrorProtocol
return bit32StreamObjectHeaderStart