Steamworks.NativeMethods.ISteamGameServerHTTP_SetHTTPRequestHeaderValue C# (CSharp) Method

ISteamGameServerHTTP_SetHTTPRequestHeaderValue() private method

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