Table of Contents

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 = 2

Temporary redirect, HTTP 302.

MovedPermanently = 1

Permanent redirect, HTTP 301.

None = 0

No redirect (0); the subdomain serves its host path.

TemporaryRedirect = 3

Temporary redirect, HTTP 307.