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

sceHttpDisableRedirect() private method

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