Table of Contents

Class RequestCookie

Namespace
Fluxzy.Formatters.Producers.Requests
Assembly
Fluxzy.Core.dll
public class RequestCookie
Inheritance
RequestCookie
Inherited Members

Constructors

RequestCookie(string, string)

public RequestCookie(string name, string value)

Parameters

name string
value string

Properties

Name

public string Name { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string