Steamworks.NativeMethods.ISteamHTTP_CreateCookieContainer C# (CSharp) Méthode

ISteamHTTP_CreateCookieContainer() private méthode

private ISteamHTTP_CreateCookieContainer ( [ bAllowResponsesToModify ) : uint
bAllowResponsesToModify [
Résultat uint
		public static extern uint ISteamHTTP_CreateCookieContainer([MarshalAs(UnmanagedType.I1)] bool bAllowResponsesToModify);
NativeMethods