E-Payment Integrator 2020 .NET Edition

Questions / Feedback?

AddCookie Method

Adds a cookie and the corresponding value to the outgoing request headers.

Syntax

public void AddCookie(string cookieName, string cookieValue);
Public Sub AddCookie(ByVal CookieName As String, ByVal CookieValue As String)

Remarks

This property adds a cookie and the corresponding value to the outgoing request headers. Please refer to the Cookies property for more information on cookies and how they are managed.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 .NET Edition - Version 20.0 [Build 7941]