ForwarderRequestConfig.ActivityTimeout 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.
How long a request is allowed to remain idle between any operation completing, after which it will be canceled. The default is 100 seconds. The timeout will reset when response headers are received or after successfully reading or writing any request, response, or streaming data like gRPC or WebSockets. TCP keep-alive packets and HTTP/2 protocol pings will not reset the timeout, but WebSocket pings will.
public TimeSpan? ActivityTimeout { get; init; }
member this.ActivityTimeout : Nullable<TimeSpan> with get, set
Public Property ActivityTimeout As Nullable(Of TimeSpan)