Skip to content

Response Object

Justin Skiles edited this page Apr 27, 2020 · 3 revisions

Each interface method returns an object that implements ISteamWebResponse which contains the following. T indicates the type of the model being returned by the interface's method.

Field Type Description
Data T Maps to the payload returned by the Steam Web API.
ContentLength long? Maps to the HTTP ContentLength header.
ContentType string Maps to the HTTP ContentType header.
ContentTypeCharSet string Maps to the HTTP ContentType charset header.
Expires DateTimeOffset? Maps to the HTTP Expires header. Optional.
LastModified DateTimeOffset? Maps to the HTTP LastModified header. Optional

Clone this wiki locally