Table of Contents

Class StreamExtensions

Namespace
Sportradar.OddsFeed.SDK.Common.Extensions
Assembly
Sportradar.OddsFeed.SDK.dll

Defines extension methods for stream used by the sdk

public static class StreamExtensions
Inheritance
StreamExtensions
Inherited Members

Methods

GetData(Stream)

Gets a string representation of the provided Stream

public static string GetData(this Stream stream)

Parameters

stream Stream

The Stream whose content to get.

Returns

string

A string representation of the Stream content.