Steamworks.NativeMethods.ISteamHTTP_PrioritizeHTTPRequest C# (CSharp) 메소드

ISteamHTTP_PrioritizeHTTPRequest() 개인적인 메소드

private ISteamHTTP_PrioritizeHTTPRequest ( HTTPRequestHandle hRequest ) : bool
hRequest HTTPRequestHandle
리턴 bool
		public static extern bool ISteamHTTP_PrioritizeHTTPRequest(HTTPRequestHandle hRequest);
NativeMethods