C# 클래스 SteamWeb.SteamInterface.SteamRequestBase

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

공개 프로퍼티들

프로퍼티 타입 설명
InterfaceName string
MethodName string
MethodVersion int
Parameters string
RequiresSteamAPIKey bool
SteamAPIKey string

공개 메소드들

메소드 설명
SteamRequestBase ( string interfaceName, string methodName, int methodVersion ) : System
SteamRequestBase ( string interfaceName, string methodName, int methodVersion, string steamAPIKey ) : System

메소드 상세

SteamRequestBase() 공개 메소드

public SteamRequestBase ( string interfaceName, string methodName, int methodVersion ) : System
interfaceName string
methodName string
methodVersion int
리턴 System

SteamRequestBase() 공개 메소드

public SteamRequestBase ( string interfaceName, string methodName, int methodVersion, string steamAPIKey ) : System
interfaceName string
methodName string
methodVersion int
steamAPIKey string
리턴 System

프로퍼티 상세

InterfaceName 공개적으로 프로퍼티

public string InterfaceName
리턴 string

MethodName 공개적으로 프로퍼티

public string MethodName
리턴 string

MethodVersion 공개적으로 프로퍼티

public int MethodVersion
리턴 int

Parameters 공개적으로 프로퍼티

public string Parameters
리턴 string

RequiresSteamAPIKey 공개적으로 프로퍼티

public bool RequiresSteamAPIKey
리턴 bool

SteamAPIKey 공개적으로 프로퍼티

public string SteamAPIKey
리턴 string