共用方式為


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> 中的開啟信號交換屬性集合。

適用於