C# 클래스 FSSHTTPandWOPIInspector.Utilities

The utilities class for FSSHTTPAndWOPI Inspector.
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler

공개 메소드들

메소드 설명
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.

메소드 상세

ConvertUintToString() 공개 정적인 메소드

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

ConvertUshortToString() 공개 정적인 메소드

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

GetPaylodFromChunkedBody() 공개 정적인 메소드

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