ContentLocation Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
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 |
---|---|
Content |
Initializes a new instance of Content |
Properties
Name | Description |
---|---|
Location | Gets the location value, typically an URL. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the header. |
Encode(Text |
Writes an encoded header value into a Text |
Equals(Object) | Determines whether the specified Content |
Get |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
To |
Converts the value of this header to its String representation. |