C# 클래스 Telegram.MTProto.Components.Files

파일 보기 프로젝트 열기: naphaso/kilogram

공개 메소드들

메소드 설명
DownloadVideo ( System.Video arg, FileUploadProcessHandler handler ) : Task
Files ( TelegramSession session ) : System
GetAvatar ( FileLocation location ) : Task
GetFile ( FileLocation fileLocation ) : Task
UploadFile ( string filename, Stream stream, FileUploadProcessHandler handler ) : Task

비공개 메소드들

메소드 설명
FileLocationToCachePath ( FileLocationConstructor fileLocation ) : string
GetVideoPath ( VideoConstructor video ) : string

메소드 상세

DownloadVideo() 공개 메소드

public DownloadVideo ( System.Video arg, FileUploadProcessHandler handler ) : Task
arg System.Video
handler FileUploadProcessHandler
리턴 Task

Files() 공개 메소드

public Files ( TelegramSession session ) : System
session TelegramSession
리턴 System

GetAvatar() 공개 메소드

public GetAvatar ( FileLocation location ) : Task
location FileLocation
리턴 Task

GetFile() 공개 메소드

public GetFile ( FileLocation fileLocation ) : Task
fileLocation FileLocation
리턴 Task

UploadFile() 공개 메소드

public UploadFile ( string filename, Stream stream, FileUploadProcessHandler handler ) : Task
filename string
stream Stream
handler FileUploadProcessHandler
리턴 Task