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

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

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