Struct SteamApiQuery
public readonly struct SteamApiQuery
- Inherited Members
Constructors
SteamApiQuery(string, string, int, string?)
public SteamApiQuery(string @interface, string method, int version, string? queryString)
Parameters
Fields
Interface
public readonly string Interface
Field Value
Method
public readonly string Method
Field Value
QueryString
public readonly string? QueryString
Field Value
StartTimeout
public readonly float StartTimeout
Field Value
Version
public readonly int Version
Field Value
Methods
CreateUrl(string)
public string CreateUrl(string apiKey)
Parameters
apiKeystring
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.