CookieHeaderValue Třída

Definice

Představuje hlavičku souboru cookie požadavku HTTP.

public ref class CookieHeaderValue
public class CookieHeaderValue
type CookieHeaderValue = class
Public Class CookieHeaderValue
Dědičnost
CookieHeaderValue

Konstruktory

CookieHeaderValue(String)
CookieHeaderValue(String, String)
CookieHeaderValue(StringSegment)

Inicializuje novou instanci CookieHeaderValue.

CookieHeaderValue(StringSegment, StringSegment)

Inicializuje novou instanci CookieHeaderValue.

Vlastnosti

Name

Získá nebo nastaví název souboru cookie.

Value

Získá nebo nastaví hodnotu souboru cookie.

Metody

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Parse(String)
Parse(StringSegment)

Parsuje input se jako CookieHeaderValue hodnota.

ParseList(IList<String>)

Parsuje posloupnost vstupů jako posloupnost CookieHeaderValue hodnot.

ParseStrictList(IList<String>)

Parsuje posloupnost vstupů jako posloupnost CookieHeaderValue hodnot pomocí pravidel analýzy řetězců.

ToString()

Returns a string that represents the current object.

TryParse(String, CookieHeaderValue)
TryParse(StringSegment, CookieHeaderValue)

Pokusí se parsovat zadané input jako CookieHeaderValue.

TryParseList(IList<String>, IList<CookieHeaderValue>)

Pokouší se parsovat posloupnost hodnot jako posloupnost .CookieHeaderValue

TryParseStrictList(IList<String>, IList<CookieHeaderValue>)

Pokusí se analyzovat posloupnost hodnot jako posloupnost CookieHeaderValue použití pravidel analýzy řetězců.

Platí pro