Content.ReadAsString

ReadAsString()

Serialize the HTTP content and return a string that represents the content.

public string ReadAsString()

Return Value

Serialized string that represents the content

See Also


ReadAsString(CancellationToken)

Serialize the HTTP content and return a string that represents the content.

public string ReadAsString(CancellationToken cancellationToken)
ParameterTypeDescription
cancellationTokenCancellationTokenThe cancellation token.

Return Value

Serialized string that represents the content

See Also