C# Class SteamKit2.ContentServerClient.PackageSession

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

Private Properties

Property Type Description
PackageSession System

Public Methods

Method 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

Method Description
PackageSession ( ContentServerClient cli, uint cellId ) : System

Method Details

Dispose() public method

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

DownloadPackage() public method

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