ContentLocation Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Represents the content location of a MIME entity.
Syntax
public class ContentLocation : IHeader
Implements
Inherited Members
Remarks
Represents the Content-Location
MIME header defined by RFC 2557.
Constructors
Name | Description |
---|---|
ContentLocation(String) | Initializes a new instance of ContentLocation header value with the specified location (typically an URL). |
Properties
Name | Description |
---|---|
Location | Gets the location value, typically an URL. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
Equals(Object) | Determines whether the specified ContentLocation is equal to the current ContentLocation. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
ToString() | Converts the value of this header to its String representation. |