Show / Hide Table of Contents

Class Shard

Class representing a shard (Status API).

Inheritance
System.Object
Shard
Namespace:RiotSharp.StatusEndpoint
Assembly:RiotSharp.dll
Syntax
public class Shard : object

Properties

Hostname

Hostname of the shard.

Declaration
public string Hostname { get; set; }
Property Value
Type Description
System.String

Locales

List of locales supported by this shard.

Declaration
public List<Language> Locales { get; set; }
Property Value
Type Description
List<><Language>

Name

Name of the region the shard is handling.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

RegionTag

Tag of the region the shard is handling.

Declaration
public string RegionTag { get; set; }
Property Value
Type Description
System.String

Slug

Slug.

Declaration
public Slug Slug { get; set; }
Property Value
Type Description
Slug
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX