internal Params(URL _parent) { parent = _parent; }
public URL(URL bbase, string uri) { cobject = camel_url_new_with_base(bbase.cobject, uri); }