Gets the HTTP version used by the requesting client.

Namespace: GHIElectronics.NETMF.Net
Assembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)

Syntax

C#
public Version ProtocolVersion { get; }

Field Value

A Version that identifies the client's version of HTTP.

Remarks

The capabilities of different HTTP versions are specified in the documents available at http://www.rfc-editor.org.

See Also