Method ParseStatusLine
ParseStatusLine(String, HttpRequestMessage)
Used to parse the first line of an HTTP request or response and assign the values to the appropriate properties on the message
.
Declaration
protected override void ParseStatusLine(string data, HttpRequestMessage message)
Parameters
Type | Name | Description |
---|---|---|
System.String | data | The first line of the HTTP message to be parsed. |
HttpRequestMessage | message | Either a |
Overrides
Rssdp.Infrastructure.HttpParserBase<HttpRequestMessage>.ParseStatusLine(System.String, HttpRequestMessage)