SocketsHttpHandler.ResponseDrainTimeout 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 timespan to wait for data to be drained from responses.
public:
property TimeSpan ResponseDrainTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ResponseDrainTimeout { get; set; }
member this.ResponseDrainTimeout : TimeSpan with get, set
Public Property ResponseDrainTimeout As TimeSpan
Property Value
The timespan to wait for data to be drained from responses.
Remarks
Draining occurs when a request is cancelled or a response is disposed prior to fully reading the content. If the time exceeds the value, the connection will be closed rather than reused.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.