Steamworks.NativeMethods.ISteamHTTP_GetHTTPRequestWasTimedOut C# (CSharp) Method

ISteamHTTP_GetHTTPRequestWasTimedOut() private method

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