C# Class TLSharp.Core.Requests.DownloadFileRequest

Inheritance: MTProtoRequest
Show file Open project: sochix/TLSharp

Public Properties

Property Type Description
file TeleSharp.TL.File

Public Methods

Method Description
DownloadFileRequest ( InputFileLocation loc, int offset, int limit ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

Method Details

DownloadFileRequest() public method

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

OnException() public method

public OnException ( Exception exception ) : void
exception System.Exception
return void

OnResponse() public method

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

OnSend() public method

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

file public property

public File,TeleSharp.TL file
return TeleSharp.TL.File