C# Class SteamKit2.WebAPI

Utility class for interacting with the Steam Web API.
Show file Open project: Top-Cat/SteamBot

Public Methods

Method Description
GetInterface ( string iface, string apiKey = "" ) : Interface

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

Private Methods

Method Description
WebAPI ( ) : System

Method Details

GetInterface() public static method

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.
return Interface