Method | Description | |
---|---|---|
ParseChunkedResponse ( byte rawData ) : |
The method to parse the chunked response from server.
|
Method | Description | |
---|---|---|
ReadLine ( byte ¤tData, bool isKeepReturn ) : byte[] |
The method to read one line from the response data.
|
public static ParseChunkedResponse ( byte rawData ) : |
||
rawData | byte | The response data from the server. |
return |