Class GetResponseArgs
- Namespace
- SunamoHttp.Args
- Assembly
- SunamoHttp.dll
Arguments for HTTP response retrieval
public class GetResponseArgs
- Inheritance
-
GetResponseArgs
- Derived
- Inherited Members
- Extension Methods
Properties
Cookies
Gets or sets the cookie container for the request
public CookieContainer? Cookies { get; set; }