| Import line: | Soup = imports.gi.Soup; | 
| GIR File: | Soup-2.4.gir | 
| C documentation: | SoupSocketIOStatus | 
| Enum : | SocketIOStatus | 
| Properties | |
|---|---|
| 
		guint32 Soup.SocketIOStatus.EOF : 2
			 | |
| 
		guint32 Soup.SocketIOStatus.ERROR : 3
			 | |
| 
		guint32 Soup.SocketIOStatus.OK : 0
			 | |
| 
		guint32 Soup.SocketIOStatus.WOULD_BLOCK : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Soup.Socket Method | Attempts to read up to len bytes from sock into buffer. | 
| Soup.Socket Method | 
			read_until
				
				 (void* buffer, guint32 len, void* boundary, guint32 boundary_len, guint32 nread, gboolean got_boundary, Cancellable cancellable) 
			
				
					 : 
					Soup.SocketIOStatus
					
				
			
		 Like soup_socket_read(), but reads no further than the first occurrence of boundary. | 
| Soup.Socket Method | Attempts to write len bytes from buffer to sock. |