SocketsHttpHandler.Expect100ContinueTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time-out value for server HTTP 100 Continue response.
public:
property TimeSpan Expect100ContinueTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Expect100ContinueTimeout { get; set; }
member this.Expect100ContinueTimeout : TimeSpan with get, set
Public Property Expect100ContinueTimeout As TimeSpan
Property Value
The timespan to wait for the HTTP 100 Continue. The default value is 1 second.
Remarks
When request contain Expect: 100-continue
header the server should respond HTTP status 100 Continue
before the client sends the body. SocketsHttpHandler.Expect100ContinueTimeout define the timeout for the 100 Continue
server response.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.