次の方法で共有


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

プロパティ値

サーバー変数のコレクション。

例外

プロパティは実装されていません。

適用対象