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
Name
Gets the name of the streaming channel represented by the current instance
string Name { get; }