setCookie method

bool setCookie(
  1. HttpCookieContainerHandle hCookieContainer,
  2. Pointer<Utf8> host,
  3. Pointer<Utf8> url,
  4. Pointer<Utf8> cookie,
)

Implementation

bool setCookie(
  HttpCookieContainerHandle hCookieContainer,
  Pointer<Utf8> host,
  Pointer<Utf8> url,
  Pointer<Utf8> cookie,
) =>
    _setCookie.call(
      this,
      hCookieContainer,
      host,
      url,
      cookie,
    );