OperationResponse.Headers Özellik

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, tek bir işlemle ilişkili HTTP yanıt üst bilgilerini içerir.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Headers As IDictionary(Of String, String)

Özellik Değeri

IDictionary üst bilgi ve değer ad değer çiftlerini içeren nesne.

Şunlara uygulanır