AlpacaConfigurationRequest100Continue Property
Whether to request HTTP 100-continue behaviour. Changing this to true will slow your application and may break some devices. Defaults to false.
Namespace: ASCOM.Alpaca.ClientsAssembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public bool Request100Continue { get; set; }
Public Property Request100Continue As Boolean
Get
Set
Property Value
Boolean 100-CONTINUE HTTP behaviour was unintentionally enabled in Library versions 2.x but adds no value in ASCOM's use. It was disabled in Library 3.x and onward. This option
is included in case any developers have made devices that depend on the client requesting 100-CONTINUE behaviour.
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100-continue for more information about HTTP 100-continue behaviour.
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10