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

sceHttpDeleteHeader() private method

private sceHttpDeleteHeader ( int id, string Name ) : int
id int
Name string
return int
        public int sceHttpDeleteHeader(int id, string Name)
        {
            throw(new NotImplementedException());
        }