get_request_uri_with_control
  
  Description:
  [ 
Version ( since = 
"1.18" ) ]
public string get_request_uri_with_control (
string control_path)
  
    Get a newly allocated string describing the request URI for this combined with the control path for 
        control_path
    Parameters:
    
      
        | this | a Url | 
      
        | control_path | an RTSP aggregate control path | 
    
    Returns:
    
      
        | a string with the request URI combined with the control path. g_free after usage.
           |