/// <summary> Constructs an HttpProperties object that inherits values from a parent</summary> /// <param name="parent">The HttpProperties object from which properties /// will be inherited if not explicitly defined by this object /// </param> public HttpProperties(HttpProperties parent) : base(parent) { }