HttpResponseMessage.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the HTTP protocol version used on the HttpResponseMessage object.
public:
property HttpVersion Version { HttpVersion get(); void set(HttpVersion value); };
HttpVersion Version();
void Version(HttpVersion value);
public HttpVersion Version { get; set; }
var httpVersion = httpResponseMessage.version;
httpResponseMessage.version = httpVersion;
Public Property Version As HttpVersion
Property Value
The HTTP protocol version. The default is 1.1.