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

sceHttpEnableKeepAlive() private method

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