AspNetWebSocketContext.Headers Property

.NET Framework (current version)
 

Gets the collection of headers that was sent by a remote client.

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

override Headers : NameValueCollection with get

Property Value

Type: System.Collections.Specialized.NameValueCollection

The collection of message headers.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: