Go to the documentation of this file.00001 using System;
00002 using System.Collections.Generic;
00003 using System.Text;
00004
00005 namespace N2.Configuration
00006 {
00010 public enum RewriteMethod
00011 {
00013 [Obsolete("Use RewriteMethod.BeginRequest")]
00014 RewriteRequest = 1,
00015
00017 [Obsolete("Don't use")]
00018 TransferRequest = 3,
00019
00021 None = 0,
00022
00025 BeginRequest = 1,
00026
00029 SurroundMapRequestHandler = 2
00030 }
00031 }