For Babelfish Release 1.11.3.13

GetLeagueTeamsPublicRequestQueryParameters Property

Returns a dictionary of name value pairs. Where the keys in the dictionary are the names And the value is a list of parameter values. The values are unescaped.

Definition

Namespace: Scopos.BabelFish.Requests.OrionMatchAPI
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public override Dictionary<string, List<string>> QueryParameters { get; }

Property Value

DictionaryString, ListString

See Also