C# Class SteamKit2.ContentServerClient.PackageSession

This represents a storage session with a package server, used to download client updates.
Inheritance: IDisposable
Afficher le fichier Open project: Top-Cat/SteamBot

Private Properties

Свойство Type Description
PackageSession System

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

DownloadPackage ( string fileName ) : byte[]

Downloads the specified package file.

Private Methods

Méthode Description
PackageSession ( ContentServerClient cli, uint cellId ) : System

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

DownloadPackage() public méthode

Downloads the specified package file.
public DownloadPackage ( string fileName ) : byte[]
fileName string Name of the file.
Résultat byte[]