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.
|
public static ConvertUintToString ( uint data ) : string | ||
data | uint | The uint data |
return | string |
public static ConvertUshortToString ( ushort data ) : string | ||
data | ushort | The ushort data |
return | string |
public static GetPaylodFromChunkedBody ( byte responseBodyFromFiddler ) : byte[] | ||
responseBodyFromFiddler | byte | The raw response body from Fiddler. |
return | byte[] |