Метод | Описание | |
---|---|---|
GetAppChanges ( uint lastChangeNumber, bool sendChangelist = true ) : void |
Requests a list of app changes since the last provided change number value. Results are returned in a AppChangesCallback callback.
|
|
GetAppInfo ( AppDetails app, bool supportsBatches = false ) : |
Requests app information for a single app. Use the overload for requesting information on a batch of apps. Results are returned in a AppInfoCallback callback.
|
|
GetAppInfo ( IEnumerable |
Requests app information for a list of apps. Results are returned in a AppInfoCallback callback.
|
|
GetAppInfo ( IEnumerable |
Requests app information for a list of apps. Results are returned in a AppInfoCallback callback.
|
|
GetAppInfo ( uint app, bool supportsBatches = false ) : |
Requests app information for a single app. Use the overload for requesting information on a batch of apps. Results are returned in a AppInfoCallback callback.
|
|
GetAppOwnershipTicket ( uint appid ) : |
Requests an app ownership ticket for the specified AppID. Results are returned in a AppOwnershipTicketCallback callback.
|
|
GetDepotDecryptionKey ( uint depotid, uint appid ) : |
Request the depot decryption key for a specified DepotID. Results are returned in a DepotKeyCallback callback.
|
|
GetPackageInfo ( IEnumerable |
Requests package information for a list of packages. Results are returned in a PackageInfoCallback callback.
|
|
GetPackageInfo ( uint packageId, bool metaDataOnly = false ) : |
Requests package information for a single package. Use the overload for requesting information on a batch of packages. Results are returned in a PackageInfoCallback callback.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
Метод | Описание | |
---|---|---|
HandleAppInfoChanges ( IPacketMsg packetMsg ) : void | ||
HandleAppInfoResponse ( IPacketMsg packetMsg ) : void | ||
HandleAppOwnershipTicketResponse ( IPacketMsg packetMsg ) : void | ||
HandleDepotKeyResponse ( IPacketMsg packetMsg ) : void | ||
HandleGameConnectTokens ( IPacketMsg packetMsg ) : void | ||
HandleLicenseList ( IPacketMsg packetMsg ) : void | ||
HandlePackageInfoResponse ( IPacketMsg packetMsg ) : void | ||
HandleVACBanStatus ( IPacketMsg packetMsg ) : void | ||
SteamApps ( ) : System.Collections.Generic |
public GetAppChanges ( uint lastChangeNumber, bool sendChangelist = true ) : void | ||
lastChangeNumber | uint | The last change number value. |
sendChangelist | bool | if set to |
Результат | void |
public GetAppInfo ( AppDetails app, bool supportsBatches = false ) : |
||
app | AppDetails | The app to request information for. |
supportsBatches | bool | if set to |
Результат |
public GetAppInfo ( IEnumerable |
||
apps | IEnumerable |
The apps to request information for. |
supportsBatches | bool | if set to |
Результат |
public GetAppInfo ( IEnumerable |
||
apps | IEnumerable |
The apps to request information for. |
supportsBatches | bool | if set to |
Результат |
public GetAppInfo ( uint app, bool supportsBatches = false ) : |
||
app | uint | The app to request information for. |
supportsBatches | bool | if set to |
Результат |
public GetAppOwnershipTicket ( uint appid ) : |
||
appid | uint | The appid to request the ownership ticket of. |
Результат |
public GetDepotDecryptionKey ( uint depotid, uint appid ) : |
||
depotid | uint | The DepotID to request a decryption key for. |
appid | uint | The AppID to request the decryption key for. |
Результат |
public GetPackageInfo ( IEnumerable |
||
packageId | IEnumerable |
The packages to request information for. |
metaDataOnly | bool | if set to |
Результат |
public GetPackageInfo ( uint packageId, bool metaDataOnly = false ) : |
||
packageId | uint | The package id to request information for. |
metaDataOnly | bool | if set to |
Результат |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
Результат | void |