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

sceHttpDeleteConnection() private method

private sceHttpDeleteConnection ( int connectionId ) : int
connectionId int
return int
        public int sceHttpDeleteConnection(int connectionId)
        {
            throw(new NotImplementedException());
        }