Class HttpResponseParser
Parses a string into a
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 sealed class HttpResponseParser : HttpParserBase<Net.Http.HttpResponseMessage>
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(String) | Parses the specified data into a |
ParseStatusLine(String, HttpResponseMessage) | Used to parse the first line of an HTTP request or response and assign the values to the appropriate properties on the |