![]() | WebHeaderCollection Class |
Namespace: Eclo.NETMF.SIM800H
public class WebHeaderCollection
The WebHeaderCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebHeaderCollection |
Creates an empty collection of WEB headers.
|
Name | Description | |
---|---|---|
![]() | AllKeys |
Gets all header names (keys) in the collection.
|
![]() | Count |
Gets the number of headers in the collection.
|
![]() | Item |
Returns the string value for the header.
|
Name | Description | |
---|---|---|
![]() | Add |
Inserts a header with the specified name and value into the
collection.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValues |
Returns the values for the specified header name.
|
![]() | Remove |
Removes the specified header from the collection.
|
![]() | ToString | (Inherited from Object.) |
Headers are validated when attempting to add them.
Implementation follows .NETMF System.Net.WebHeaderCollection