C# Класс SteamKit2.ContentServerClient.PackageSession

This represents a storage session with a package server, used to download client updates.
Наследование: IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
PackageSession System

Открытые методы

Метод Описание
Dispose ( ) : void

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

DownloadPackage ( string fileName ) : byte[]

Downloads the specified package file.

Приватные методы

Метод Описание
PackageSession ( ContentServerClient cli, uint cellId ) : System

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

DownloadPackage() публичный Метод

Downloads the specified package file.
public DownloadPackage ( string fileName ) : byte[]
fileName string Name of the file.
Результат byte[]