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: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
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: 2.0