Method ParseStatusLine
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 message
.
Declaration
protected override void ParseStatusLine(string data, HttpResponseMessage message)
Parameters
Type | Name | Description |
---|---|---|
System.String | data | The first line of the HTTP message to be parsed. |
HttpResponseMessage | message | Either a |