Share via


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)

Syntax

protected void CopyHeaders(
    HttpHeaders headers
)
protected:
void CopyHeaders(
    HttpHeaders^ headers
)
member CopyHeaders : 
        headers:HttpHeaders -> unit
Protected Sub CopyHeaders (
    headers As HttpHeaders
)

Parameters

See Also

CloudHttpErrorInfo Class
Microsoft.WindowsAzure.Common Namespace

Return to top