Class ConsentRequestInfo
- Namespace
- Dynamicweb.DataProcessing
- Assembly
- Dynamicweb.Core.dll
Represents the request information for a consent at the time when the consent status was changed by the subject.
public class ConsentRequestInfo
- Inheritance
-
ConsentRequestInfo
- Inherited Members
Properties
Url
Gets the URL.
public string? Url { get; }
Property Value
- string
The URL.
UserAgent
Gets the user agent (browser information).
public string? UserAgent { get; }
Property Value
- string
The user agent.
UserHostAddress
Gets the user host address (IP).
public string? UserHostAddress { get; }
Property Value
- string
The user host address.
Methods
FromRequest(IRequest)
Get the relevant request information from a given request.
public static ConsentRequestInfo FromRequest(IRequest request)
Parameters
request
IRequestThe request.
Returns
- ConsentRequestInfo
Request information.