Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SpeakEasy
TransientCookieStrategy
C# Class SpeakEasy.TransientCookieStrategy
The transient cookie strategy returns a new cookie container on each request this is useful when you don't need to worry about session state and want each request to be independent
Inheritance:
ICookieStrategy
Exibir arquivo
Open project: jonnii/SpeakEasy
Class Usage Examples
Public Methods
Method
Description
Get
(
IHttpRequest
httpRequest
) :
CookieContainer
Method Details
Get()
public
method
public
Get
(
IHttpRequest
httpRequest
) :
CookieContainer
httpRequest
IHttpRequest
return
System.Net.CookieContainer