Steamworks.NativeMethods.ISteamHTTP_SendHTTPRequestAndStreamResponse C# (CSharp) Method

ISteamHTTP_SendHTTPRequestAndStreamResponse() private method

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