Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestCookieContainer C# (CSharp) Method

ISteamHTTP_SetHTTPRequestCookieContainer() private method

private ISteamHTTP_SetHTTPRequestCookieContainer ( HTTPRequestHandle hRequest, HTTPCookieContainerHandle hCookieContainer ) : bool
hRequest HTTPRequestHandle
hCookieContainer HTTPCookieContainerHandle
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestCookieContainer(HTTPRequestHandle hRequest, HTTPCookieContainerHandle hCookieContainer);
NativeMethods