Click or drag to resize
IABResponseCookieProvider Interface
Defines interface for cookie methods.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public interface IABResponseCookieProvider

The IABResponseCookieProvider type exposes the following members.

Methods
  NameDescription
Public methodGetDistinctCookieNames
Gets names of both request and response cookies without duplicates.
Public methodGetValue
Returns cookie value
Public methodSetValue
Sets the cookie value.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also