Condividi tramite


ClientWebSocket.HttpResponseHeaders Proprietà

Definizione

Ottiene (se CollectHttpResponseDetails è impostato) o imposta le intestazioni della risposta di aggiornamento.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ HttpResponseHeaders { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ value); };
public System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IEnumerable<string>>? HttpResponseHeaders { get; set; }
member this.HttpResponseHeaders : System.Collections.Generic.IReadOnlyDictionary<string, seq<string>> with get, set
Public Property HttpResponseHeaders As IReadOnlyDictionary(Of String, IEnumerable(Of String))

Valore della proprietà

Commenti

Il setter può essere usato per ridurre l'utilizzo della memoria di una connessione WebSocket attiva una volta che le intestazioni non sono più necessarie.

Si applica a