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

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

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