C# 클래스 SteamWeb.Client

상속: IDisposable
파일 보기 프로젝트 열기: prom3theu5/iNGEN-Ark-RCON-Desktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
APIKey string

공개 메소드들

메소드 설명
Client ( string apikey ) : Newtonsoft.Json
Dispose ( ) : void
GetFriendListAsync ( string steamid ) : Task>>

Returns the friend list of any Steam user, provided his Steam Community profile visibility is set to "Public".

GetOwnedGamesAsync ( string steamid, bool detailedInfo = false, bool includeFreeGames = true ) : Task>

Returns a list of games a player owns along with some playtime information, if the profile is publicly visible.

GetPlayerBansAsync ( ) : Task>>

Returns Community, VAC, and Economy ban statuses for given players.

GetPlayerBansAsync ( IEnumerable steamids ) : Task>>

Returns Community, VAC, and Economy ban statuses for given players.

GetPlayerSummariesAsync ( ) : Task>>

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.

GetPlayerSummariesAsync ( IEnumerable steamids ) : Task>>

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.

GetPlayerSummariesAsync ( IEnumerable steamids ) : Task>>

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.

IsPlayingSharedGameAsync ( string steamid, int appID ) : Task>

Returns the original owner's SteamID if a borrowing account is currently playing this game. If the game is not borrowed or the borrower currently doesn't play this game, the result is null.

비공개 메소드들

메소드 설명
SendRequestAsync ( SteamRequestBase request ) : Task>

메소드 상세

Client() 공개 메소드

public Client ( string apikey ) : Newtonsoft.Json
apikey string
리턴 Newtonsoft.Json

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetFriendListAsync() 공개 메소드

Returns the friend list of any Steam user, provided his Steam Community profile visibility is set to "Public".
public GetFriendListAsync ( string steamid ) : Task>>
steamid string
리턴 Task>>

GetOwnedGamesAsync() 공개 메소드

Returns a list of games a player owns along with some playtime information, if the profile is publicly visible.
public GetOwnedGamesAsync ( string steamid, bool detailedInfo = false, bool includeFreeGames = true ) : Task>
steamid string The 64 bit ID of the player.
detailedInfo bool Whether or not to include additional details of apps - name and images. Defaults to false.
includeFreeGames bool Whether or not to list free-to-play games in the results. Defaults to false.
리턴 Task>

GetPlayerBansAsync() 공개 메소드

Returns Community, VAC, and Economy ban statuses for given players.
public GetPlayerBansAsync ( ) : Task>>
리턴 Task>>

GetPlayerBansAsync() 공개 메소드

Returns Community, VAC, and Economy ban statuses for given players.
public GetPlayerBansAsync ( IEnumerable steamids ) : Task>>
steamids IEnumerable
리턴 Task>>

GetPlayerSummariesAsync() 공개 메소드

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.
public GetPlayerSummariesAsync ( ) : Task>>
리턴 Task>>

GetPlayerSummariesAsync() 공개 메소드

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.
public GetPlayerSummariesAsync ( IEnumerable steamids ) : Task>>
steamids IEnumerable
리턴 Task>>

GetPlayerSummariesAsync() 공개 메소드

Returns basic profile information for a list of 64-bit Steam IDs. Some data associated with a Steam account may be hidden if the user has their profile visibility set to "Friends Only" or "Private". In that case, only public data will be returned.
public GetPlayerSummariesAsync ( IEnumerable steamids ) : Task>>
steamids IEnumerable
리턴 Task>>

IsPlayingSharedGameAsync() 공개 메소드

Returns the original owner's SteamID if a borrowing account is currently playing this game. If the game is not borrowed or the borrower currently doesn't play this game, the result is null.
public IsPlayingSharedGameAsync ( string steamid, int appID ) : Task>
steamid string The SteamID of the account playing.
appID int The AppID of the game currently playing
리턴 Task>

프로퍼티 상세

APIKey 공개적으로 프로퍼티

public string APIKey
리턴 string