Click or drag to resize

MatchHeaderServer Property

Indicates which player has the serve at the moment during a Tennis match. Possible values are “1" for player one and “2" for player two. This is optional as some Tennis matches might not have this.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public int? Server { get; }

Property Value

NullableInt32
See Also