This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public abstract void Append (Microsoft.Azure.Functions.Worker.Http.IHttpCookie cookie);
abstract member Append : Microsoft.Azure.Functions.Worker.Http.IHttpCookie -> unit
Public MustOverride Sub Append (cookie As IHttpCookie)
Parameters
public abstract void Append (string name, string value);
abstract member Append : string * string -> unit
Public MustOverride Sub Append (name As String, value As String)
Parameters