Method GetString
GetString(Encoding)
Reads the message bytes as string using the specified encoding.
public string GetString(Encoding encoding)
Parameters
encoding
EncodingThe encoding which will be used to decode the message.
Returns
GetString()
Reads the message bytes as string using the HTTP request encoding.
public string GetString()