Skip to content

HttpResponseHeaders

Summary

The class that represents an HTTP response headers collection.

Signature

1
public sealed class HttpResponseHeaders

Namespace

cAlgo.API

Methods

GetEnumerator

Summary

Returns an enumerator that iterates through HttpResponseHeaders.

Signature

1
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumerator>

GetValue

Summary

Returns an existing header value.

Signature

1
public string GetValue(string name)

Parameters

Name Type Description
name string The Header name

Return Value

string