HttpWebResponse.SupportsHeaders Property

Definition

Gets a value that indicates whether headers are supported.

public:
 virtual property bool SupportsHeaders { bool get(); };
public override bool SupportsHeaders { get; }
member this.SupportsHeaders : bool
Public Overrides ReadOnly Property SupportsHeaders As Boolean

Property Value

true if headers are supported; otherwise, false. Always returns true.

Applies to