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

sceHttpDeleteTemplate() private method

private sceHttpDeleteTemplate ( int templateId ) : int
templateId int
return int
        public int sceHttpDeleteTemplate(int templateId)
        {
            throw(new NotImplementedException());
        }