6 references to PathAttributeName
System (6)
net\System\Net\cookie.cs (6)
282
+
PathAttributeName
401
throw new CookieException(SR.GetString(SR.net_cookie_attribute,
PathAttributeName
, Path));
519
throw new CookieException(SR.GetString(SR.net_cookie_attribute,
PathAttributeName
, m_path));
801
result += SeparatorLiteral +
PathAttributeName
+ EqualsLiteral + m_path;
1268
new RecognizedAttribute(Cookie.
PathAttributeName
, CookieToken.Path),
1282
new RecognizedAttribute('$' + Cookie.
PathAttributeName
, CookieToken.Path),