Property HSResponse.Headers
Overload
Response headers. Initially empty.
The server later may add Date, Server, Content-Encoding, Content-Length.
public Dictionary<string, string> Headers { get; }
Response headers. Initially empty.
The server later may add Date, Server, Content-Encoding, Content-Length.
public Dictionary<string, string> Headers { get; }