ClientConfigurationRequest100Continue Property

Gets or sets a value indicating whether the client sends an Expect: 100-continue header with HTTP requests.

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

When this property is set to , the client will wait for a 100-Continue response from the server before sending the request body. This can improve efficiency when sending large payloads, as it avoids sending data if the server is likely to reject the request. Not all servers support the Expect: 100-continue mechanism.

Version Information

.NET Standard

Supported in: 2.0

See Also