CSPspEmu.Hle.Modules.http.sceHttp.sceHttpSetSendTimeOut C# (CSharp) Метод

sceHttpSetSendTimeOut() приватный Метод

private sceHttpSetSendTimeOut ( int id, uint timeout ) : int
id int
timeout uint
Результат int
        public int sceHttpSetSendTimeOut(int id, uint timeout)
        {
            throw(new NotImplementedException());
        }