Table of Contents

Class Constants

Namespace
Soup
Assembly
Soup-3.0.dll
public class Constants
Inheritance
Constants
Inherited Members

Fields

public const int COOKIE_MAX_AGE_ONE_DAY = 0

Field Value

int
public const int COOKIE_MAX_AGE_ONE_HOUR = 3600

Field Value

int
public const int COOKIE_MAX_AGE_ONE_WEEK = 0

Field Value

int
public const int COOKIE_MAX_AGE_ONE_YEAR = 0

Field Value

int

FORM_MIME_TYPE_MULTIPART

public const string FORM_MIME_TYPE_MULTIPART = "multipart/form-data"

Field Value

string

FORM_MIME_TYPE_URLENCODED

public const string FORM_MIME_TYPE_URLENCODED = "application/x-www-form-urlencoded"

Field Value

string

HSTS_POLICY_MAX_AGE_PAST

public const int HSTS_POLICY_MAX_AGE_PAST = 0

Field Value

int

HTTP_URI_FLAGS

public const int HTTP_URI_FLAGS = 482

Field Value

int

MAJOR_VERSION

public const int MAJOR_VERSION = 3

Field Value

int

MICRO_VERSION

public const int MICRO_VERSION = 4

Field Value

int

MINOR_VERSION

public const int MINOR_VERSION = 4

Field Value

int

VERSION_MIN_REQUIRED

public const int VERSION_MIN_REQUIRED = 2

Field Value

int