HttpRequestHeadersExtensions
Provides extension methods for the HttpRequestHeaders class.
Gets any cookie headers present in the request.
public static Collection<CookieHeaderValue> GetCookies(this HttpRequestHeaders headers, string name)
Gets any cookie headers present in the request that contain a cookie state whose name that matches the specified value.