CloudHttpErrorInfo.CopyHeaders Method (HttpHeaders)

 

Adds the HTTP message headers to the error information.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Protected Sub CopyHeaders (
	headers As HttpHeaders
)

Parameters

headers
Type: System.Net.Http.Headers.HttpHeaders

The collection of HTTP headers.

Return to top
Show: