Ejemplo n.º 1
0
 public void SetFlag(Microsoft.AspNetCore.Rewrite.ApacheModRewrite.FlagType flag, string value)
 {
 }
Ejemplo n.º 2
0
 public bool GetValue(Microsoft.AspNetCore.Rewrite.ApacheModRewrite.FlagType flag, out string value)
 {
     throw null;
 }
Ejemplo n.º 3
0
 public bool HasFlag(Microsoft.AspNetCore.Rewrite.ApacheModRewrite.FlagType flag)
 {
     throw null;
 }
Ejemplo n.º 4
0
 public string this[Microsoft.AspNetCore.Rewrite.ApacheModRewrite.FlagType flag] {
     get { throw null; } set { }
 }