Class HttpRequestMessageExtensions

HttpResponseMessage extensions.

Inheritance
object
HttpRequestMessageExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: NanoRoute
Assembly: NanoRoute.dll
Syntax
public static class HttpRequestMessageExtensions

Methods

get_ContentHeaders()

Content header names.

Declaration
public static FrozenSet<string> get_ContentHeaders()
Returns
Type Description
FrozenSet<string>
In this article
Back to top Generated by DocFX