ResponseHeaders Properties |
The ResponseHeaders type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllKeys | Gets all header names (keys) in the collection. (Inherited from WebHeaderCollection.) |
![]() | ContentType |
Gets the Content-Type header value.
|
![]() | Count | Gets the number of headers in the collection. (Inherited from WebHeaderCollection.) |
![]() | IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
![]() | ItemHttpRequestHeader | Gets or sets the specified request header. (Inherited from WebHeaderCollection.) |
![]() | ItemHttpResponseHeader | Gets or sets the specified response header. (Inherited from WebHeaderCollection.) |
![]() | ItemString | Gets or sets the entry with the specified key in the NameValueCollection. (Inherited from NameValueCollection.) |
![]() | ItemInt32 | Gets the entry at the specified index of the NameValueCollection. (Inherited from NameValueCollection.) |
![]() | Keys | Gets the collection of header names (keys) in the collection. (Inherited from WebHeaderCollection.) |