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
Show file 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