C# Class FSSHTTPandWOPIInspector.Utilities

The utilities class for FSSHTTPAndWOPI Inspector.
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Methods

Method Description
ConvertUintToString ( uint data ) : string

Convert the data format from uint to string

ConvertUshortToString ( ushort data ) : string

Convert the data format from ushort to string

GetPaylodFromChunkedBody ( byte responseBodyFromFiddler ) : byte[]

Get the valid response from HTTP chunked response body.

Method Details

ConvertUintToString() public static method

Convert the data format from uint to string
public static ConvertUintToString ( uint data ) : string
data uint The uint data
return string

ConvertUshortToString() public static method

Convert the data format from ushort to string
public static ConvertUshortToString ( ushort data ) : string
data ushort The ushort data
return string

GetPaylodFromChunkedBody() public static method

Get the valid response from HTTP chunked response body.
public static GetPaylodFromChunkedBody ( byte responseBodyFromFiddler ) : byte[]
responseBodyFromFiddler byte The raw response body from Fiddler.
return byte[]