System.Net.Http 4.0.0.0 System.Object System.ICloneable The Content-Disposition header is normally used for working with file uploads and downloads. The format differs from other headers in that it is a single header with a disposition type followed by a list of parameters, some of which are well defined.   This header is used in two different contexts: A MIME header for nested body content in the class. For more information, see IETF RFC 2183. An HTTP header in class. For more information, see IETF RFC 6266. Represents the value of the Content-Disposition header. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. A . Constructor 4.0.0.0 To be added. Initializes a new instance of the class. A string that contains a . Property 4.0.0.0 System.Nullable<System.DateTimeOffset> To be added. To be added. The date at which the file was created. Property 4.0.0.0 System.String To be added. A body part should be marked with a property of "inline" if it is intended to be displayed automatically upon display of the message. A body part can be designated with a property of "attachment" to indicate that they are separate from the main body of the HTTP request or response. The disposition type for a content body part. Method 4.0.0.0 System.Boolean To be added. Determines whether the specified is equal to the current object. Returns . true if the specified is equal to the current object; otherwise, false. The object to compare with the current object. Property 4.0.0.0 System.String To be added. The property uses MIME encoding for non-ascii characters. A suggestion for how to construct a filename for storing the message payload to be used if the entity is detached and stored in a separate file. Property 4.0.0.0 System.String To be added. The property uses IETF RFC 5987 encoding. The and properties differ only in that uses the encoding defined in IETF RFC 5987, allowing the use of characters not present in the ISO-8859-1 character set. A suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files. Method 4.0.0.0 System.Int32 A hash code is a numeric value that is used to identify an object during equality testing. It can also serve as an index for an object in a collection. The method is suitable for use in hashing algorithms and data structures such as a hash table. Serves as a hash function for an object. Returns . A hash code for the current object. Property 4.0.0.0 System.Nullable<System.DateTimeOffset> To be added. To be added. The date at which the file was last modified. Property 4.0.0.0 System.String To be added. To be added. The name for a content body part. Property 4.0.0.0 System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> To be added. To be added. A set of parameters included the Content-Disposition header. Method 4.0.0.0 System.Net.Http.Headers.ContentDispositionHeaderValue To be added. Converts a string to an instance. Returns . An instance. A string that represents content disposition header value information. Property 4.0.0.0 System.Nullable<System.DateTimeOffset> To be added. To be added. The date the file was last read. Property 4.0.0.0 System.Nullable<System.Int64> To be added. To be added. The approximate size, in bytes, of the file. Method 4.0.0.0 System.Object To be added. Creates a new object that is a copy of the current instance. Returns . A copy of the current instance. Method 4.0.0.0 System.String To be added. Returns a string that represents the current object. Returns . A string that represents the current object. Method 4.0.0.0 System.Boolean To be added. To be added. To be added. To be added. To be added.