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

sceHttpSetSendTimeOut() private method

private sceHttpSetSendTimeOut ( int id, uint timeout ) : int
id int
timeout uint
return int
        public int sceHttpSetSendTimeOut(int id, uint timeout)
        {
            throw(new NotImplementedException());
        }