







This class is created as a wrapper, since there are two different cookie types in .Net (Cookie and HttpCookie).
The framework might switch class in the future and we dont want to have to replace all instances
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public sealed class RequestCookies : IEnumerable<RequestCookie>, IEnumerable |
Visual Basic (Declaration) |
---|
Public NotInheritable Class RequestCookies _ Implements IEnumerable(Of RequestCookie), IEnumerable |
Visual C++ |
---|
public ref class RequestCookies sealed : IEnumerable<RequestCookie^>, IEnumerable |