RequestCookieCollection Class
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.
A wrapper for the request Cookie header
public class RequestCookieCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type RequestCookieCollection = class
interface seq<KeyValuePair<string, string>>
interface IEnumerable
Public Class RequestCookieCollection
Implements IEnumerable(Of KeyValuePair(Of String, String))
- Inheritance
-
RequestCookieCollection
- Implements
Constructors
RequestCookieCollection(IDictionary<String,String>) |
Create a new wrapper |
Properties
Item[String] |
Returns null rather than throwing KeyNotFoundException |
Methods
GetEnumerator() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |