Steamworks.NativeMethods.ISteamGameServerHTTP_GetHTTPRequestWasTimedOut C# (CSharp) Method

ISteamGameServerHTTP_GetHTTPRequestWasTimedOut() private method

private ISteamGameServerHTTP_GetHTTPRequestWasTimedOut ( HTTPRequestHandle hRequest, bool &pbWasTimedOut ) : bool
hRequest HTTPRequestHandle
pbWasTimedOut bool
return bool
		public static extern bool ISteamGameServerHTTP_GetHTTPRequestWasTimedOut(HTTPRequestHandle hRequest, out bool pbWasTimedOut);
#endregion
NativeMethods