FileWebResponse Properties
.NET Framework 4.5
The FileWebResponse type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentLength | Gets the length of the content in the file system resource. (Overrides WebResponse.ContentLength.) |
|
ContentType | Gets the content type of the file system resource. (Overrides WebResponse.ContentType.) |
|
Headers | Gets a collection of header name/value pairs associated with the response. (Overrides WebResponse.Headers.) |
|
IsFromCache | Gets a Boolean value that indicates whether this response was obtained from the cache. (Inherited from WebResponse.) |
|
IsMutuallyAuthenticated | Gets a Boolean value that indicates whether mutual authentication occurred. (Inherited from WebResponse.) |
|
ResponseUri | Gets the URI of the file system resource that provided the response. (Overrides WebResponse.ResponseUri.) |
|
SupportsHeaders | Gets a value that indicates whether the Headers property is supported by the FileWebResponse instance. (Overrides WebResponse.SupportsHeaders.) |