Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestAbsoluteTimeoutMS C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestAbsoluteTimeoutMS() private method

private ISteamGameServerHTTP_SetHTTPRequestAbsoluteTimeoutMS ( HTTPRequestHandle hRequest, uint unMilliseconds ) : bool
hRequest HTTPRequestHandle
unMilliseconds uint
return bool
		public static extern bool ISteamGameServerHTTP_SetHTTPRequestAbsoluteTimeoutMS(HTTPRequestHandle hRequest, uint unMilliseconds);
NativeMethods