FileWebResponse Properties

 

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyContentLength

Gets the length of the content in the file system resource.(Overrides WebResponse::ContentLength.)

System_CAPS_pubpropertyContentType

Gets the content type of the file system resource.(Overrides WebResponse::ContentType.)

System_CAPS_pubpropertyHeaders

Gets a collection of header name/value pairs associated with the response.(Overrides WebResponse::Headers.)

System_CAPS_pubpropertyIsFromCache

Gets a Boolean value that indicates whether this response was obtained from the cache.(Inherited from WebResponse.)

System_CAPS_pubpropertyIsMutuallyAuthenticated

Gets a Boolean value that indicates whether mutual authentication occurred.(Inherited from WebResponse.)

System_CAPS_pubpropertyResponseUri

Gets the URI of the file system resource that provided the response.(Overrides WebResponse::ResponseUri.)

System_CAPS_pubpropertySupportsHeaders

Gets a value that indicates whether the Headers property is supported by the FileWebResponse instance.(Overrides WebResponse::SupportsHeaders.)

Return to top
Show: