Show / Hide Table of Contents

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; }
Property Value
Dictionary<string, string>