Show / Hide Table of Contents

Class ThirdPartyCodeV4Endpoints

ThirdPartyCodeV4 endpoints. This class is automatically generated.

Official API Reference https://developer.riotgames.com/api-methods/#third-party-code-v4

Inheritance
System.Object
Endpoints
ThirdPartyCodeV4Endpoints
Inherited Members
Endpoints.QUERY_PARAMS_EMPTY
Endpoints.RiotApi
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille
Assembly: Camille.dll
Syntax
public class ThirdPartyCodeV4Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetThirdPartyCodeBySummonerId(Region, String, Nullable<CancellationToken>)

Get third party code for a given summoner ID.

Official API Reference: https://developer.riotgames.com/api-methods/#third-party-code-v4/GET_getThirdPartyCodeBySummonerId

Declaration
public string GetThirdPartyCodeBySummonerId(Region region, string encryptedSummonerId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedSummonerId

(required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task.

Returns
Type Description
System.String
| Improve this Doc View Source

GetThirdPartyCodeBySummonerIdAsync(Region, String, Nullable<CancellationToken>)

Get third party code for a given summoner ID.

Official API Reference: https://developer.riotgames.com/api-methods/#third-party-code-v4/GET_getThirdPartyCodeBySummonerId

Declaration
public Task<string> GetThirdPartyCodeBySummonerIdAsync(Region region, string encryptedSummonerId, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String encryptedSummonerId

(required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task.

Returns
Type Description
System.Threading.Tasks.Task<System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX