Method ReadContentAsString
ReadContentAsString(Encoding)
Reads the content bytes with the given encoder.
public string ReadContentAsString(Encoding encoder)
Parameters
encoder
Encoding
Returns
ReadContentAsString()
Reads the content bytes using the HTTP request content-encoding.
public string ReadContentAsString()