CSPspEmu.Hle.Modules.http.sceHttp.sceHttpEnableKeepAlive C# (CSharp) Метод

sceHttpEnableKeepAlive() приватный Метод

private sceHttpEnableKeepAlive ( int id ) : int
id int
Результат int
        public int sceHttpEnableKeepAlive(int id)
        {
            throw(new NotImplementedException());
        }