Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the headers of the multipart file data.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property Headers As HttpContentHeaders
Get
Private Set
'Usage
Dim instance As MultipartFileData
Dim value As HttpContentHeaders
value = instance.Headers
public HttpContentHeaders Headers { get; private set; }
public:
property HttpContentHeaders^ Headers {
HttpContentHeaders^ get ();
private: void set (HttpContentHeaders^ value);
}
member Headers : HttpContentHeaders with get, private set
function get Headers () : HttpContentHeaders
private function set Headers (value : HttpContentHeaders)
Property Value
Type: HttpContentHeaders
The headers of the multipart file data.