C# Class SteamKit2.WebAPI

Utility class for interacting with the Steam Web API.
Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Méthode Description
GetInterface ( string iface, string apiKey = "" ) : Interface

Retreives a dynamic handler capable of interacting with the specified interface on the Web API.

Private Methods

Méthode Description
WebAPI ( ) : System

Method Details

GetInterface() public static méthode

Retreives a dynamic handler capable of interacting with the specified interface on the Web API.
public static GetInterface ( string iface, string apiKey = "" ) : Interface
iface string The interface to retrieve a handler for.
apiKey string An optional API key to be used for authorized requests.
Résultat Interface