Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestCookieContainer C# (CSharp) Méthode

ISteamHTTP_SetHTTPRequestCookieContainer() private méthode

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