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 | |
---|---|---|
RequestCookieCollection | Create a new wrapper |
Top
Properties
Name | Description | |
---|---|---|
Item | Returns null rather than throwing KeyNotFoundException |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.