Udostępnij za pośrednictwem


AutoClientHttpError.ResponseHeaders Property

Definition

Gets the HTTP response headers.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ ResponseHeaders { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Primitives.StringValues> ResponseHeaders { get; }
member this.ResponseHeaders : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Primitives.StringValues>
Public ReadOnly Property ResponseHeaders As IReadOnlyDictionary(Of String, StringValues)

Property Value

Applies to