ClientWebSocket.HttpResponseHeaders Özellik

Tanım

Yükseltme yanıtı üst bilgilerini alır (ayarlandıysa CollectHttpResponseDetails ) veya ayarlar.

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))

Özellik Değeri

Açıklamalar

Ayarlayıcı, üst bilgiler artık gerekli olmadığında etkin bir WebSocket bağlantısının bellek kullanımını azaltmak için kullanılabilir.

Şunlara uygulanır