Protocol property: Request class

Description

This property returns the protocol being used for this request as a string in the following form:


               protocol/major_version.minor_version 

An HTTP 1.0 request, as defined by the HTTP 1.0 specification, should return the string HTTP/1.0. Use the Scheme property instead of the Protocol property when generating hrefs (links).

This property is read-only.