Class HttpParserBase<T>
A base class for the HttpResponseParser and HttpRequestParser classes. Not intended for direct use.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public abstract class HttpParserBase<T>
where T : new ()
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
IsContentHeader(String) | Returns a boolean indicating whether the specified HTTP header name represents a content header (true), or a message header (false). |
Parse(T, Net.Http.Headers.HttpHeaders, String) | Parses a string containing either an HTTP request or response into a |
Parse(String) | Parses the |
ParseHttpVersion(String) | Parses the HTTP version text from an HTTP request or response status line and returns a System.Version object representing the parsed values. |
ParseStatusLine(String, T) | Used to parse the first line of an HTTP request or response and assign the values to the appropriate properties on the |