Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Steamworks.SteamGameServerHTTP Member List

This is the complete list of members for Steamworks.SteamGameServerHTTP, including all inherited members.

CreateCookieContainer(bool bAllowResponsesToModify)Steamworks.SteamGameServerHTTPinlinestatic
CreateHTTPRequest(EHTTPMethod eHTTPRequestMethod, string pchAbsoluteURL)Steamworks.SteamGameServerHTTPinlinestatic
DeferHTTPRequest(HTTPRequestHandle hRequest)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPDownloadProgressPct(HTTPRequestHandle hRequest, out float pflPercentOut)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPRequestWasTimedOut(HTTPRequestHandle hRequest, out bool pbWasTimedOut)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPResponseBodyData(HTTPRequestHandle hRequest, byte[] pBodyDataBuffer, uint unBufferSize)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPResponseBodySize(HTTPRequestHandle hRequest, out uint unBodySize)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPResponseHeaderSize(HTTPRequestHandle hRequest, string pchHeaderName, out uint unResponseHeaderSize)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPResponseHeaderValue(HTTPRequestHandle hRequest, string pchHeaderName, byte[] pHeaderValueBuffer, uint unBufferSize)Steamworks.SteamGameServerHTTPinlinestatic
GetHTTPStreamingResponseBodyData(HTTPRequestHandle hRequest, uint cOffset, byte[] pBodyDataBuffer, uint unBufferSize)Steamworks.SteamGameServerHTTPinlinestatic
PrioritizeHTTPRequest(HTTPRequestHandle hRequest)Steamworks.SteamGameServerHTTPinlinestatic
ReleaseCookieContainer(HTTPCookieContainerHandle hCookieContainer)Steamworks.SteamGameServerHTTPinlinestatic
ReleaseHTTPRequest(HTTPRequestHandle hRequest)Steamworks.SteamGameServerHTTPinlinestatic
SendHTTPRequest(HTTPRequestHandle hRequest, out SteamAPICall_t pCallHandle)Steamworks.SteamGameServerHTTPinlinestatic
SendHTTPRequestAndStreamResponse(HTTPRequestHandle hRequest, out SteamAPICall_t pCallHandle)Steamworks.SteamGameServerHTTPinlinestatic
SetCookie(HTTPCookieContainerHandle hCookieContainer, string pchHost, string pchUrl, string pchCookie)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestAbsoluteTimeoutMS(HTTPRequestHandle hRequest, uint unMilliseconds)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestContextValue(HTTPRequestHandle hRequest, ulong ulContextValue)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestCookieContainer(HTTPRequestHandle hRequest, HTTPCookieContainerHandle hCookieContainer)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestGetOrPostParameter(HTTPRequestHandle hRequest, string pchParamName, string pchParamValue)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestHeaderValue(HTTPRequestHandle hRequest, string pchHeaderName, string pchHeaderValue)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestNetworkActivityTimeout(HTTPRequestHandle hRequest, uint unTimeoutSeconds)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestRawPostBody(HTTPRequestHandle hRequest, string pchContentType, byte[] pubBody, uint unBodyLen)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestRequiresVerifiedCertificate(HTTPRequestHandle hRequest, bool bRequireVerifiedCertificate)Steamworks.SteamGameServerHTTPinlinestatic
SetHTTPRequestUserAgentInfo(HTTPRequestHandle hRequest, string pchUserAgentInfo)Steamworks.SteamGameServerHTTPinlinestatic