WebSocketMessageProperty.OpeningHandshakeProperties Propriété

Définition

Obtient une collection de propriétés de protocole de transfert d'ouverture.

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)

Valeur de propriété

ReadOnlyDictionary<String,Object>

Collection de propriétés de protocole de transfert d'ouverture qui contient dans ReadOnlyDictionary<TKey,TValue>.

S’applique à