ListCommandUrl Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9448)
Represents a single URL of any of various 'List-*:' headers.
Syntax
public class ListCommandUrl : IHeader
Implements
Inherited Members
Remarks
Represents a single URL defined by RFC 2369.
Constructors
| Name | Description |
|---|---|
| ListCommandUrl(String) | Initializes a new instance of ListCommandUrl header value with the specified URL. |
| ListCommandUrl(Uri) | Initializes a new instance of ListCommandUrl header value with the specified URL. |
Properties
| Name | Description |
|---|---|
| Url | Gets the URL of this header value. |
Methods
| Name | Description |
|---|---|
| Clone() | Creates a copy of the header. |
| Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
| ToString() | Converts the value of this header to its String representation. |
Operators
| Name | Description |
|---|---|
| Implicit(Uri to ListCommandUrl) | Converts a String to a ListCommandUrl. |