Condividi tramite


WebSocketMessageProperty.OpeningHandshakeProperties Proprietà

Definizione

Ottiene una raccolta di proprietà dell'handshake di apertura.

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)

Valore della proprietà

ReadOnlyDictionary<String,Object>

Raccolta di proprietà dell'handshake di apertura che contiene nel ReadOnlyDictionary<TKey,TValue>.

Si applica a