Hi, i need to increase the timeout of PostBytes,i'm using the HttpUtils2 library and this is my code:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
but 'syncJob.GetRequest.Timeout' get me an error of unknow type or missing library.
Ho i can solve it?
Thnak you
			
			
			
				B4X:
			
		
		
		Dim syncJob As HttpJob
syncJob.Initialize(servizio,  Me)
    syncJob.PostBytes( indirizzo,stringToUpload.GetBytes("UTF8"))
    syncJob.GetRequest.Timeout = 60000
	but 'syncJob.GetRequest.Timeout' get me an error of unknow type or missing library.
Ho i can solve it?
Thnak you