ClientWebSocket.HttpResponseHeaders 속성

정의

(가 설정된 경우 CollectHttpResponseDetails ) 업그레이드 응답 헤더를 가져오거나 설정합니다.

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

속성 값

설명

헤더가 더 이상 필요하지 않은 경우 setter를 사용하여 활성 WebSocket 연결의 메모리 사용량을 줄일 수 있습니다.

적용 대상