/// <summary> /// Constructor /// </summary> public HttpLayerConfigEntry() { PathMatch = new HttpMatchEntry("*", MatchMode.Glob); MethodMatch = new HttpMatchEntry("*", MatchMode.None); ContentTypeMatch = new HttpMatchEntry("*", MatchMode.None); }