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