C# Class TLSharp.Core.Utils.UploadHelper

Afficher le fichier Open project: sochix/TLSharp

Méthodes publiques

Méthode Description
UploadFile ( this client, string name, StreamReader reader ) : Task

Private Methods

Méthode Description
GetFile ( StreamReader reader ) : byte[]
GetFileHash ( byte data ) : string
GetFileParts ( byte file ) : Queue
UploadFile ( string name, StreamReader reader, TelegramClient client, bool isBigFileUpload ) : Task

Method Details

UploadFile() public static méthode

public static UploadFile ( this client, string name, StreamReader reader ) : Task
client this
name string
reader System.IO.StreamReader
Résultat Task