ShouldRedirect Property

HttpServer.dll

true if we should redirect.

Namespace:  HttpServer.Rules
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ShouldRedirect { get; }
Visual Basic (Declaration)
Public ReadOnly Property ShouldRedirect As Boolean
Visual C++
public:
property bool ShouldRedirect {
	bool get ();
}

Remarks

false means that the rule will replace the current request uri with the new one from this class.

See Also