Class ThrottleDelegatingHandler
Inheritance
System.Object
ThrottleDelegatingHandler
Assembly: DocuWare.Platform.ServerClient.dll
public class ThrottleDelegatingHandler : DelegatingHandler
Constructors
Declaration
public ThrottleDelegatingHandler(HttpMessageHandler innerHandler)
Parameters
Type |
Name |
Description |
HttpMessageHandler |
innerHandler |
|
Methods
Declaration
protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
HttpRequestMessage |
request |
|
CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
Task<HttpResponseMessage> |
|