Click or drag to resize
RequestDependencies Class
Online marketing context dependencies related to current request context.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagementRequestDependencies

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public class RequestDependencies

The RequestDependencies type exposes the following members.

Constructors
  NameDescription
Public methodRequestDependencies
Top
Properties
  NameDescription
Public propertyRequestDomain
Domain of the request URL.
Public propertyRequestIPAddress
IP address the request was send from.
Public propertyRequestUserAgent
User agent the request was send from.
Top
See Also