FtpWebResponse.Headers Vlastnost

Definice

Získá prázdný WebHeaderCollection objekt.

public:
 virtual property System::Net::WebHeaderCollection ^ Headers { System::Net::WebHeaderCollection ^ get(); };
public override System.Net.WebHeaderCollection Headers { get; }
member this.Headers : System.Net.WebHeaderCollection
Public Overrides ReadOnly Property Headers As WebHeaderCollection

Hodnota vlastnosti

Prázdný WebHeaderCollection objekt.

Poznámky

Vlastnost Headers je k dispozici pouze pro kompatibilitu WebRequest s jinými implementacemi tříd a WebResponse .

Platí pro

Viz také