Steamworks.NativeMethods.ISteamGameServerHTTP_SendHTTPRequestAndStreamResponse C# (CSharp) Method

ISteamGameServerHTTP_SendHTTPRequestAndStreamResponse() private method

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