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: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
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: .NET Standard 2.0, .NET 8 .NET 9. .NET 10