Class ThirdPartyCodeV4Endpoints
ThirdPartyCodeV4 endpoints. This class is automatically generated.
Official API Reference https://developer.riotgames.com/api-methods/#third-party-code-v4
Inherited Members
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 SourceGetThirdPartyCodeBySummonerId(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 |
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> |