C# 클래스 OpenTween.Thumbnail.Services.Pixiv

상속: MetaThumbnailService
파일 보기 프로젝트 열기: opentween/OpenTween

공개 프로퍼티들

프로퍼티 타입 설명
UrlPattern string

공개 메소드들

메소드 설명
GetThumbnailInfoAsync ( string url, PostClass post, CancellationToken token ) : Task
Pixiv ( ) : System
Pixiv ( HttpClient http ) : System

메소드 상세

GetThumbnailInfoAsync() 공개 메소드

public GetThumbnailInfoAsync ( string url, PostClass post, CancellationToken token ) : Task
url string
post PostClass
token CancellationToken
리턴 Task

Pixiv() 공개 메소드

public Pixiv ( ) : System
리턴 System

Pixiv() 공개 메소드

public Pixiv ( HttpClient http ) : System
http HttpClient
리턴 System

프로퍼티 상세

UrlPattern 공개적으로 정적으로 프로퍼티

public static string UrlPattern
리턴 string