RequestCookieCollection Class

A wrapper for the request Cookie header

Inheritance Hierarchy

System.Object
  Microsoft.Owin.RequestCookieCollection

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Class RequestCookieCollection _
    Implements IEnumerable(Of KeyValuePair(Of String, String)),  _
    IEnumerable
'Usage
Dim instance As RequestCookieCollection
public class RequestCookieCollection : IEnumerable<KeyValuePair<string, string>>, 
    IEnumerable
public ref class RequestCookieCollection : IEnumerable<KeyValuePair<String^, String^>>, 
    IEnumerable
type RequestCookieCollection =  
    class 
        interface IEnumerable<KeyValuePair<string, string>>
        interface IEnumerable 
    end
public class RequestCookieCollection implements IEnumerable<KeyValuePair<String, String>>, IEnumerable

The RequestCookieCollection type exposes the following members.

Constructors

  Name Description
Public method RequestCookieCollection Create a new wrapper

Top

Properties

  Name Description
Public property Item Returns null rather than throwing KeyNotFoundException

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin Namespace