Method ParseHttpVersion
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.
Declaration
protected static Version ParseHttpVersion(string versionData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | versionData | A string containing the HTTP version, from the message status line. |
Returns
| Type | Description |
|---|---|
| System.Version | A System.Version object containing the parsed version data. |