System.Net.FileWebResponse.Headers Property

Gets a collection of header name/value pairs associated with the response.

Syntax

public override WebHeaderCollection Headers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FileWebResponse.Headers property contains two name/value pairs, one for content length and one for content type, both of which are also exposed as properties, FileWebResponse.ContentLength and FileWebResponse.ContentType.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0