次の方法で共有


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<String,Object>

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

適用対象