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