WebSocketClient.HttpResponseHeaders Property
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
HttpResponseHeaders
Gets or sets the HTTP response headers or null if not available.
Declaration
public IDictionary<string, IEnumerable<string>> HttpResponseHeaders { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<String, IEnumerable<String>> |
Remarks
Only available once the WebSocket has been connected and the Options.CollectHttpResponseDetails was set.