CSPspEmu.Hle.Modules.http.sceHttp.sceHttpGetContentLength C# (CSharp) 메소드

sceHttpGetContentLength() 개인적인 메소드

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