ContentDispositionHeaderValue Class
Inheritance Hierarchy
System.Object
System.Net.Http.Headers.ContentDispositionHeaderValue
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Class ContentDispositionHeaderValue
'Usage
Dim instance As ContentDispositionHeaderValue
public class ContentDispositionHeaderValue
public ref class ContentDispositionHeaderValue
type ContentDispositionHeaderValue = class end
public class ContentDispositionHeaderValue
The ContentDispositionHeaderValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentDispositionHeaderValue(String) | Initializes a new instance of the ContentDispositionHeaderValue class. | |
ContentDispositionHeaderValue(ContentDispositionHeaderValue) | Initializes a new instance of the ContentDispositionHeaderValue class. |
Top
Properties
Name | Description | |
---|---|---|
CreationDate | Gets or sets {insert text here}. | |
DispositionType | Gets or sets {insert text here}. | |
FileName | Gets or sets {insert text here}. | |
FileNameStar | Gets or sets {insert text here}. | |
ModificationDate | Gets or sets {insert text here}. | |
Name | Gets or sets {insert text here}. | |
Parameters | Gets {insert text here}. | |
ReadDate | Gets or sets {insert text here}. | |
Size | Gets or sets {insert text here}. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | ||
ToString | (Overrides Object.ToString().) | |
TryParse |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.