WebSocketMessageProperty.OpeningHandshakeProperties プロパティ

定義

ハンドシェイクを開くプロパティのコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, System::Object ^> ^ OpeningHandshakeProperties { System::Collections::ObjectModel::ReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<string,object> OpeningHandshakeProperties { get; }
member this.OpeningHandshakeProperties : System.Collections.ObjectModel.ReadOnlyDictionary<string, obj>
Public ReadOnly Property OpeningHandshakeProperties As ReadOnlyDictionary(Of String, Object)

プロパティ値

ReadOnlyDictionary<TKey,TValue>に含まれる開始ハンドシェイク プロパティのコレクション。

適用対象