Click or drag to resize

RequestConfigurationProtocolVersion Property

A Version that represents the HTTP version to use for the request. The default is Version10. The class supports only versions 1.0 and 1.1 of HTTP. Setting ProtocolVersion to a different version causes a ArgumentException exception to be thrown.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Version ProtocolVersion { get; set; }

Property Value

Version
Exceptions
ExceptionCondition
ArgumentException The HTTP version is set to a value other than 1.0 or 1.1.
See Also