AspNetWebSocketContext.ServerVariables 属性

定义

获取提供有关 Web 服务器以及当前 AspNetWebSocket 连接信息的变量的名称/值集合。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ ServerVariables { System::Collections::Specialized::NameValueCollection ^ get(); };
public virtual System.Collections.Specialized.NameValueCollection ServerVariables { get; }
member this.ServerVariables : System.Collections.Specialized.NameValueCollection
Public Overridable ReadOnly Property ServerVariables As NameValueCollection

属性值

服务器变量集合。

例外

未实现该属性。

适用于