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