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

サムネイル用URLと動画用URLを用意する
상속: MetaThumbnailService
파일 보기 프로젝트 열기: opentween/OpenTween

공개 프로퍼티들

프로퍼티 타입 설명
UrlPattern string

공개 메소드들

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

메소드 상세

GetThumbnailInfoAsync() 공개 메소드

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

TwitterComVideo() 공개 메소드

public TwitterComVideo ( ) : System
리턴 System

TwitterComVideo() 공개 메소드

public TwitterComVideo ( HttpClient http ) : System
http System.Net.Http.HttpClient
리턴 System

프로퍼티 상세

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

public static string UrlPattern
리턴 string