The properties of System.Net.CookieCollection are listed below. For a list of all members, see the CookieCollection Members list.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of cookies contained in a System.Net.CookieCollection. |
[read-only] | IsReadOnly | bool.
Gets a value that indicates whether a System.Net.CookieCollection is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value that indicates whether access to a System.Net.CookieCollection is thread safe. |
[read-only] default property | Item(int) | Cookie. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | Cookie. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object to synchronize access to the System.Net.CookieCollection. |