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

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

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