CookieCollection.Contains(Cookie) 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.
Determines whether the specified cookie is in the CookieCollection.
public:
virtual bool Contains(System::Net::Cookie ^ cookie);
public bool Contains (System.Net.Cookie cookie);
abstract member Contains : System.Net.Cookie -> bool
override this.Contains : System.Net.Cookie -> bool
Public Function Contains (cookie As Cookie) As Boolean
Parameters
- cookie
- Cookie
The cookie to locate in the CookieCollection.
Returns
true
if the specified cookie is found in the CookieCollection; otherwise, false
.
Implements
Remarks
The cookie
is determined to be part of the collection if Name, Domain and Path match.
The comparison for Name and Domain is case-insensitive.
The comparison for Path is case-sensitive.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.