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
Public method ContentDispositionHeaderValue(String) Initializes a new instance of the ContentDispositionHeaderValue class.
Protected method ContentDispositionHeaderValue(ContentDispositionHeaderValue) Initializes a new instance of the ContentDispositionHeaderValue class.

Top

Properties

  Name Description
Public property CreationDate Gets or sets {insert text here}.
Public property DispositionType Gets or sets {insert text here}.
Public property FileName Gets or sets {insert text here}.
Public property FileNameStar Gets or sets {insert text here}.
Public property ModificationDate Gets or sets {insert text here}.
Public property Name Gets or sets {insert text here}.
Public property Parameters Gets {insert text here}.
Public property ReadDate Gets or sets {insert text here}.
Public property Size Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse
Public method ToString (Overrides Object.ToString().)
Public methodStatic member 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.

See Also

Reference

System.Net.Http.Headers Namespace