Table of Contents

Method GetString

Namespace
Sisk.Core.Http.Streams
Assembly
Sisk.Core.dll

GetString(Encoding)

Reads the message bytes as string using the specified encoding.

public string GetString(Encoding encoding)

Parameters

encoding Encoding

The encoding which will be used to decode the message.

Returns

string

GetString()

Reads the message bytes as string using the HTTP request encoding.

public string GetString()

Returns

string