Click or drag to resize

ProtocolProviderType Class

Type of protocol provider
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Sportradar.SDK.CommonProtocolProviderType

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public sealed class ProtocolProviderType : Enum

The ProtocolProviderType type exposes the following members.

Methods
 NameDescription
Public methodCompareToCompares this instance to a specified object and returns an indication of their relative values.
(Inherited from Enum)
Public methodEqualsReturns a value indicating whether this instance is equal to a specified object.
(Inherited from Enum)
Public methodGetHashCodeReturns the hash code for the value of this instance.
(Inherited from Enum)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetTypeCodeReturns the underlying TypeCode for this instance.
(Inherited from Enum)
Public methodHasFlagDetermines whether one or more bit fields are set in the current instance.
(Inherited from Enum)
Public methodToStringConverts the value of this instance to its equivalent string representation.
(Inherited from Enum)
Public methodToString(IFormatProvider)This method overload is obsolete; use ToString.
(Inherited from Enum)
Public methodToString(String)Converts the value of this instance to its equivalent string representation using the specified format.
(Inherited from Enum)
Public methodToString(String, IFormatProvider)This method overload is obsolete; use ToString(String).
(Inherited from Enum)
Top
Fields
 NameDescription
Public fieldStatic memberLCOO Odds Creator Provider
Public fieldStatic memberLIVEODDS Live Odds Provider
Public fieldStatic memberLIVEODDS_BETPAL Live Odds BetPal Provider
Public fieldStatic memberLIVEODDS_LIVEPLEX Live Odds Liveplex Provider
Public fieldStatic memberLIVEODDS_SOCCER_ROULETTE Live Odds Soccer Roulette provider
Public fieldStatic memberLIVEODDS_VBL Live Odds VBL Provider
Public fieldStatic memberLIVEODDS_VDR Live Odds Virtual Dog Racing
Public fieldStatic memberLIVEODDS_VFC Virtual Football Cup
Public fieldStatic memberLIVEODDS_VFL Live Odds VFL Provider
Public fieldStatic memberLIVEODDS_VHC Live Odds Virtual Horse Classics
Public fieldStatic memberLIVEODDS_VTO Live Odds VTO Provider
Public fieldStatic memberLIVESCOUT Live Scout Provider
Public fieldStatic memberODDS_CREATOR Odds Creator Provider
Public fieldStatic memberUNKNOWN Unknown
Public fieldvalue__ 
Top
See Also