WebSocketMessageProperty.OpeningHandshakeProperties Propiedad

Definición

Obtiene una colección de propiedades del protocolo de enlace de 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)

Valor de propiedad

ReadOnlyDictionary<String,Object>

Colección de propiedades del control del protocolo de enlace de apertura que se encuentran en ReadOnlyDictionary<TKey,TValue>.

Se aplica a