ClientConfigurationRequest100Continue Property
Gets or sets a value indicating whether the client sends an Expect: 100-continue header with HTTP requests.
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 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.
Supported in: 2.0