Interface for an object that can redirect the end user to a different URI.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public interface IRedirector |
| Visual Basic (Declaration) |
|---|
Public Interface IRedirector |
| Visual C++ |
|---|
public interface class IRedirector |
Remarks
The default implementation of this is DefaultRedirector; you may wish
to provide a different implementation if your application runs in an environment where
standard HTTP redirects do not work.