Steamworks.NativeMethods.ISteamGameServerHTTP_SendHTTPRequest C# (CSharp) Method

ISteamGameServerHTTP_SendHTTPRequest() private method

private ISteamGameServerHTTP_SendHTTPRequest ( HTTPRequestHandle hRequest, SteamAPICall_t &pCallHandle ) : bool
hRequest HTTPRequestHandle
pCallHandle SteamAPICall_t
return bool
		public static extern bool ISteamGameServerHTTP_SendHTTPRequest(HTTPRequestHandle hRequest, out SteamAPICall_t pCallHandle);
NativeMethods