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

상속: IThumbnailService
파일 보기 프로젝트 열기: rhenium/OpenTween

공개 메소드들

메소드 설명
GetThumbnailInfo ( string url, PostClass post ) : ThumbnailInfo
Tinami ( string pattern, string replacement = "${0}" ) : System

보호된 메소드들

메소드 설명
FetchContentInfoApi ( string url ) : System.Xml.Linq.XDocument

메소드 상세

FetchContentInfoApi() 보호된 메소드

protected FetchContentInfoApi ( string url ) : System.Xml.Linq.XDocument
url string
리턴 System.Xml.Linq.XDocument

GetThumbnailInfo() 공개 메소드

public GetThumbnailInfo ( string url, PostClass post ) : ThumbnailInfo
url string
post PostClass
리턴 ThumbnailInfo

Tinami() 공개 메소드

public Tinami ( string pattern, string replacement = "${0}" ) : System
pattern string
replacement string
리턴 System