C# 클래스 SteamKit2.WebAPI

Utility class for interacting with the Steam Web API.
파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
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