Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestGetOrPostParameter C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestGetOrPostParameter() private method

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