| AppFacadeDownloadCookies Property |
Gets a dictionary with HTTP cookies for the download request.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public IDictionary<string, string> DownloadCookies { get; }
Public ReadOnly Property DownloadCookies As IDictionary(Of String, String)
Get
Property Value
Type:
IDictionaryString,
StringSee Also