Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestContextValue C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestContextValue() private method

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