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 encoder)

Parameters

encoder Encoding

The encoding which will be used to decode the message.

Returns

string

GetString()

Reads the message bytes as string using the UTF-8 text encoding.

public string GetString()

Returns

string