AspNetWebSocketContext::ServerVariables Property
.NET Framework (current version)
Gets a name/value collection of variables that provide information about the web server and about the current AspNetWebSocket connection.
Assembly: System.Web (in System.Web.dll)
public: property NameValueCollection^ ServerVariables { virtual NameValueCollection^ get(); }
Property Value
Type: System.Collections.Specialized::NameValueCollection^The collection of server variables.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
.NET Framework
Available since 4.5
Available since 4.5
Show: