set_host
  
  Description:
  [ 
Version ( since = 
"1.6" ) ]
public bool set_host (
string host)
  
 
  
    Set or unset the host for the URI.
    Parameters:
    
      
        | this | 
        
           The Uri to modify. 
         | 
      
      
        | host | 
        
           The new host string to set or null to unset. 
         | 
      
    
    Returns:
    
      
        | 
           true if the host was set/unset successfully. 
         |