Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestUserAgentInfo C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestUserAgentInfo() private method

private ISteamGameServerHTTP_SetHTTPRequestUserAgentInfo ( HTTPRequestHandle hRequest, InteropHelp pchUserAgentInfo ) : bool
hRequest HTTPRequestHandle
pchUserAgentInfo InteropHelp
return bool
		public static extern bool ISteamGameServerHTTP_SetHTTPRequestUserAgentInfo(HTTPRequestHandle hRequest, InteropHelp.UTF8StringHandle pchUserAgentInfo);
NativeMethods