Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestContextValue C# (CSharp) Method

ISteamHTTP_SetHTTPRequestContextValue() private method

private ISteamHTTP_SetHTTPRequestContextValue ( HTTPRequestHandle hRequest, ulong ulContextValue ) : bool
hRequest HTTPRequestHandle
ulContextValue ulong
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestContextValue(HTTPRequestHandle hRequest, ulong ulContextValue);
NativeMethods