HttpResponseHeaders
Summary
The class that represents an HTTP response headers collection.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
GetEnumerator
Summary
Returns an enumerator that iterates through HttpResponseHeaders.
Signature
1 | |
Return Value
IEnumerator
System.Collections.IEnumerable.GetEnumerator
Signature
1 | |
Return Value
IEnumerator
GetValue
Summary
Returns an existing header value.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The Header name |
Return Value
string