Click or drag to resize
weroSoft AG, Software
BasicHttpClientHeaderEntries Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the headers collection to be used for sending next request to server.

Namespace:  WeroSoft.Communication.Http
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public Dictionary<string, List<string>> HeaderEntries { get; }

Property Value

Type: DictionaryString, ListString
See Also