CSPspEmu.Hle.Modules.http.sceHttp.sceHttpDisableCookie C# (CSharp) Method

sceHttpDisableCookie() private method

private sceHttpDisableCookie ( int i ) : int
i int
return int
        public int sceHttpDisableCookie(int i)
        {
            throw(new NotImplementedException());
        }