Click or drag to resize

Redirect Class

Redirection configuration
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class Redirect : RedirectBasic

The Redirect type exposes the following members.

Constructors
  NameDescription
Public methodRedirect
Initializes a new instance of the Redirect class
Top
Properties
  NameDescription
Public propertyHostName
Host name used for redirecting the request
(Inherited from RedirectBasic.)
Public propertyHttpRedirectCode
Configuration of the HTTP status code
Public propertyProtocol
Protocol used for redirecting the request
(Inherited from RedirectBasic.)
Public propertyReplaceKeyPrefixWith
Object name prefix used for redirecting the request
Public propertyReplaceKeyWith
Object name used for redirecting the request
Top
See Also