HttpVersion Class
NuGet: GHIElectronics.TinyCLR.Networking.Http
Assembly: GHIElectronics.TinyCLR.Networking.Http
Namespace: System.Net
Defines the HTTP version numbers that are supported by the System.Net.HttpWebRequest and System.Net.HttpWebResponse classes.
public class HttpVersion
Methods
Version( 1, 0)
public static readonly Version Version10 = new Version(1, 0)
Defines a System.Version instance for HTTP 1.0.
Returns Version Version10 = new
Version( 1, 1)
public static readonly Version Version11 = new Version(1, 1)
Defines a System.Version instance for HTTP 1.1.
Returns Version Version11 = new