Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestContextValue C# (CSharp) Метод

ISteamGameServerHTTP_SetHTTPRequestContextValue() приватный Метод

private ISteamGameServerHTTP_SetHTTPRequestContextValue ( HTTPRequestHandle hRequest, ulong ulContextValue ) : bool
hRequest HTTPRequestHandle
ulContextValue ulong
Результат bool
		public static extern bool ISteamGameServerHTTP_SetHTTPRequestContextValue(HTTPRequestHandle hRequest, ulong ulContextValue);
NativeMethods