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