Steamworks.NativeMethods.ISteamGameServerHTTP_SetCookie C# (CSharp) Method

ISteamGameServerHTTP_SetCookie() private method

private ISteamGameServerHTTP_SetCookie ( HTTPCookieContainerHandle hCookieContainer, InteropHelp pchHost, InteropHelp pchUrl, InteropHelp pchCookie ) : bool
hCookieContainer HTTPCookieContainerHandle
pchHost InteropHelp
pchUrl InteropHelp
pchCookie InteropHelp
return bool
		public static extern bool ISteamGameServerHTTP_SetCookie(HTTPCookieContainerHandle hCookieContainer, InteropHelp.UTF8StringHandle pchHost, InteropHelp.UTF8StringHandle pchUrl, InteropHelp.UTF8StringHandle pchCookie);
NativeMethods