Table of Contents

Interface IStreamingChannel

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing streaming channels

public interface IStreamingChannel : IEntityPrinter
Inherited Members

Properties

Id

Gets a value uniquely identifying the current streaming channel

int Id { get; }

Property Value

int

Name

Gets the name of the streaming channel represented by the current instance

string Name { get; }

Property Value

string