public class HttpHeadersCollection : IEnumerablePublic Class HttpHeadersCollection
Implements IEnumerablepublic ref class HttpHeadersCollection : IEnumerabletype HttpHeadersCollection =
class
interface IEnumerable
end| HttpHeadersCollection | Initializes a new instance of the HttpHeadersCollection class |
| Count | Returns the number of request headers in collection |
| Item | Returns the header at the given index from collection |
| AddRequestHeader | Add a new header with the given name and value to collection |
| Clear | Removes all the elements from the collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |