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

sceHttpGetContentLength() private method

private sceHttpGetContentLength ( int requestid, ulong contentlength ) : int
requestid int
contentlength ulong
return int
        public int sceHttpGetContentLength(int requestid, ulong *contentlength)
        {
            throw(new NotImplementedException());
        }