HttpHeadersExtensions.GetAzureAzyncOperationPercentComplete Method
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 the azure async operation percent complete header.
public static double? GetAzureAzyncOperationPercentComplete (this System.Net.Http.Headers.HttpResponseHeaders headers);
static member GetAzureAzyncOperationPercentComplete : System.Net.Http.Headers.HttpResponseHeaders -> Nullable<double>
<Extension()>
Public Function GetAzureAzyncOperationPercentComplete (headers As HttpResponseHeaders) As Nullable(Of Double)
Parameters
- headers
- HttpResponseHeaders
The HTTP response headers.