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.

Definition

Namespace: ASCOM.Alpaca.Clients
Assembly: ASCOM.Alpaca (in ASCOM.Alpaca.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public bool Request100Continue { get; set; }

Property Value

Boolean

Remarks

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.

Version Information

.NET Standard

Supported in: 2.0

See Also