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
屬性值
伺服器變數的集合。
例外狀況
屬性未實作。