BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Networking.Http.IBBDCookieStorage Interface Reference

More...

Public Member Functions

void Clear ()
 Clears all cookies. More...
 

Detailed Description

A container that manages the storage of cookies.

By default, HTTP cookies received through BlackBerry Dynamics secure communication are handled automatically:

  • Set-cookie: headers that are received as part of an HTTP response are processed and then added to subsequent matching requests.
  • Persistent cookies are written to cookie storage in the BlackBerry Dynamics secure store.

Member Function Documentation

◆ Clear()

void BBDXamarinForms.Common.Interfaces.Networking.Http.IBBDCookieStorage.Clear ( )

Clears all cookies.