共用方式為


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

屬性值

伺服器變數的集合。

例外狀況

屬性未實作。

適用於