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

sceHttpEnableRedirect() private method

private sceHttpEnableRedirect ( int id ) : int
id int
return int
        public int sceHttpEnableRedirect(int id)
        {
            throw(new NotImplementedException());
        }