RequestCookieCollection Class

 

A wrapper for the request Cookie header

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.RequestCookieCollection

Syntax

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(Of KeyValuePair(Of String, String)), IEnumerable

Constructors

Name Description
System_CAPS_pubmethod RequestCookieCollection(IDictionary<String, String>)

Create a new wrapper

Properties

Name Description
System_CAPS_pubproperty Item[String]

Returns null rather than throwing KeyNotFoundException

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

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

Microsoft.Owin Namespace

Return to top