HttpResponseHeaders¶
Summary¶
The class that represents an HTTP response headers collection.
Signature
1 |
|
Namespace¶
cAlgo.API
Methods¶
GetEnumerator¶
Summary
Returns an enumerator that iterates through HttpResponseHeaders.
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