Name

HttpVersion

Synopsis

This class contains System.Version values that represent versions for HTTP 1.0 and 1.1.

public class HttpVersion {
// Public Constructors
   public HttpVersion( );
// Public Static Fields
   public static readonly Version Version10;          
// =1.0
   public static readonly Version Version11;          
// =1.1
}

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.