Struct UrlRedirectResult
This struct contains information about url redirection operation.
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
public struct UrlRedirectResult
Properties
QueryArguments
The query arguments returned in the redirected url formatted as a dictionary of key value pairs.
Declaration
public Dictionary<string, string> QueryArguments { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
Status
The status of the redirect operation.
Declaration
public UrlRedirectStatus Status { get; set; }
Property Value
Type | Description |
---|---|
UrlRedirectStatus |