Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.