HttpListenerWebSocketContext::Headers Property
.NET Framework (current version)
Gets the HTTP headers received by the HttpListener object in the WebSocket opening handshake.
Assembly: System (in System.dll)
public: property NameValueCollection^ Headers { virtual NameValueCollection^ get() override; }
Property Value
Type: System.Collections.Specialized::NameValueCollection^Returns NameValueCollection.
The HTTP headers received by the HttpListener object.
.NET Framework
Available since 4.5
Available since 4.5
Show: