Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestGetOrPostParameter C# (CSharp) Method

ISteamHTTP_SetHTTPRequestGetOrPostParameter() private method

private ISteamHTTP_SetHTTPRequestGetOrPostParameter ( HTTPRequestHandle hRequest, InteropHelp pchParamName, InteropHelp pchParamValue ) : bool
hRequest HTTPRequestHandle
pchParamName InteropHelp
pchParamValue InteropHelp
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestGetOrPostParameter(HTTPRequestHandle hRequest, InteropHelp.UTF8StringHandle pchParamName, InteropHelp.UTF8StringHandle pchParamValue);
NativeMethods