C# 클래스 TLSharp.Core.Requests.DownloadFileRequest

상속: MTProtoRequest
파일 보기 프로젝트 열기: sochix/TLSharp

공개 프로퍼티들

프로퍼티 타입 설명
file TeleSharp.TL.File

공개 메소드들

메소드 설명
DownloadFileRequest ( InputFileLocation loc, int offset, int limit ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

메소드 상세

DownloadFileRequest() 공개 메소드

public DownloadFileRequest ( InputFileLocation loc, int offset, int limit ) : System
loc InputFileLocation
offset int
limit int
리턴 System

OnException() 공개 메소드

public OnException ( Exception exception ) : void
exception System.Exception
리턴 void

OnResponse() 공개 메소드

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

OnSend() 공개 메소드

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

file 공개적으로 프로퍼티

public File,TeleSharp.TL file
리턴 TeleSharp.TL.File