Poq.SDK.Node

Home > @poq/sdk > HttpCookieResponse > (constructor)

HttpCookieResponse.(constructor)

Constructs a new instance of the HttpCookieResponse class

Signature:

constructor(params: {
        name: string;
        value: string;
        path?: string;
        port?: string;
        comment?: string;
        commentUrl?: string;
        domain?: string;
        expireDate?: Date;
        isHttpOnly?: boolean;
        isSessionOnly?: boolean;
        isSecure?: boolean;
    });

Parameters

Parameter Type Description
params { name: string; value: string; path?: string; port?: string; comment?: string; commentUrl?: string; domain?: string; expireDate?: Date; isHttpOnly?: boolean; isSessionOnly?: boolean; isSecure?: boolean; }