Enum RedirectStatus
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
The redirect behaviour of a subdomain (KAS redirect_status). When None the
subdomain serves the host path; otherwise it issues an HTTP redirect to the FQDN/WBK given as the
subdomain path.
public enum RedirectStatus
Fields
Found = 2Temporary redirect, HTTP
302.MovedPermanently = 1Permanent redirect, HTTP
301.None = 0No redirect (
0); the subdomain serves its host path.TemporaryRedirect = 3Temporary redirect, HTTP
307.