AspNetWebSocketContext.ServerVariables 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取提供有关 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
属性值
服务器变量集合。
例外
未实现该属性。