Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestUserAgentInfo C# (CSharp) Method

ISteamHTTP_SetHTTPRequestUserAgentInfo() private method

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