Back to product page

Headers property


Holds collection of headers for current part.

Type

WebHeaders object

Syntax

  • Basic
object.Headers
The Headers(object) syntax has these parts:
objectAn expression evaluating to an object of type WebRequestUploadPart

Remarks

You can use this property to access all headers for the part. Usually headers describe part content - such as content type, name of uploaded file, etc..

Platforms

Windows