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: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Version ProtocolVersion { get; set; }Property Value
Version
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The HTTP version is set to a value other than 1.0 or 1.1.
|
See Also