C# 클래스 SteamKit2.ContentServerClient.PackageSession

This represents a storage session with a package server, used to download client updates.
상속: IDisposable
파일 보기 프로젝트 열기: Top-Cat/SteamBot

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[]