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

sceHttpDisableKeepAlive() private method

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