C# Класс SteamKit2.WebAPI

Utility class for interacting with the Steam Web API.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetInterface ( string iface, string apiKey = "" ) : Interface

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

Приватные методы

Метод Описание
WebAPI ( ) : System

Описание методов

GetInterface() публичный статический Метод

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.
Результат Interface