Exemple #1
0
 public async Task <Image> GetProfileEmblem(string gamerTag, int size = 256)
 {
     return(await _responseProcessor.ProcessImageRequest(Endpoints.Profile.GetEmblemImage(gamerTag, size), ProfileCacheExpirty));
 }
Exemple #2
0
 public async Task <Image> GetProfileEmblem(string gamerTag, int size = 256, bool bustCache = false)
 {
     return(await _responseProcessor.ProcessImageRequest(Endpoints.Halo5.Profile.GetEmblemImage(gamerTag, size), _profileCacheExpiry, bustCache));
 }