C# 클래스 Gablarski.Clients.AvatarCache

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
Clear ( ) : void
GetAvatarAsync ( string avatar ) : Task

Gets the binary data from the specified URL, or from the cache if available.

RemoveAvatar ( string url ) : void

비공개 메소드들

메소드 설명
AvatarCache ( ) : System

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

GetAvatarAsync() 공개 정적인 메소드

Gets the binary data from the specified URL, or from the cache if available.
public static GetAvatarAsync ( string avatar ) : Task
avatar string The URL or Gravatar email to retrieve the image from.
리턴 Task

RemoveAvatar() 공개 정적인 메소드

public static RemoveAvatar ( string url ) : void
url string
리턴 void