CookieOptions.CreateCookieHeader(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a SetCookieHeaderValue using the current options.
public Microsoft.Net.Http.Headers.SetCookieHeaderValue CreateCookieHeader (string name, string value);
member this.CreateCookieHeader : string * string -> Microsoft.Net.Http.Headers.SetCookieHeaderValue
Public Function CreateCookieHeader (name As String, value As String) As SetCookieHeaderValue
Parameters
- name
- String
- value
- String