C# Class TLSharp.Core.Requests.DownloadFileRequest

Inheritance: MTProtoRequest
Afficher le fichier Open project: sochix/TLSharp

Méthodes publiques

Свойство Type Description
file TeleSharp.TL.File

Méthodes publiques

Méthode 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 méthode

public DownloadFileRequest ( InputFileLocation loc, int offset, int limit ) : System
loc InputFileLocation
offset int
limit int
Résultat System

OnException() public méthode

public OnException ( Exception exception ) : void
exception System.Exception
Résultat void

OnResponse() public méthode

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

OnSend() public méthode

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Property Details

file public_oe property

public File,TeleSharp.TL file
Résultat TeleSharp.TL.File