Table of Contents

Struct SteamApiQuery

Namespace
Uncreated.Warfare.Steam
Assembly
Uncreated.Warfare.dll
public readonly struct SteamApiQuery
Inherited Members

Constructors

SteamApiQuery(string, string, int, string?)

public SteamApiQuery(string @interface, string method, int version, string? queryString)

Parameters

interface string
method string
version int
queryString string

Fields

Interface

public readonly string Interface

Field Value

string

Method

public readonly string Method

Field Value

string

QueryString

public readonly string? QueryString

Field Value

string

StartTimeout

public readonly float StartTimeout

Field Value

float

Version

public readonly int Version

Field Value

int

Methods

CreateUrl(string)

public string CreateUrl(string apiKey)

Parameters

apiKey string

Returns

string

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.