Steamworks.NativeMethods.ISteamHTTP_SetHTTPRequestHeaderValue C# (CSharp) Method

ISteamHTTP_SetHTTPRequestHeaderValue() private method

private ISteamHTTP_SetHTTPRequestHeaderValue ( HTTPRequestHandle hRequest, InteropHelp pchHeaderName, InteropHelp pchHeaderValue ) : bool
hRequest HTTPRequestHandle
pchHeaderName InteropHelp
pchHeaderValue InteropHelp
return bool
		public static extern bool ISteamHTTP_SetHTTPRequestHeaderValue(HTTPRequestHandle hRequest, InteropHelp.UTF8StringHandle pchHeaderName, InteropHelp.UTF8StringHandle pchHeaderValue);
NativeMethods