Mime entity header fields collection.
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public class HeaderFieldCollection : IEnumerable
<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")> Public Class HeaderFieldCollection Implements IEnumerable
[ObsoleteAttribute(L"See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public ref class HeaderFieldCollection : IEnumerable
[<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")>] type HeaderFieldCollection = class interface IEnumerable end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HeaderFieldCollection()()()() |
Default constructor.
| |
| Add(String, String) |
Adds a new header field with specified name and value to the end of the collection.
| |
| Add(HeaderField) |
Adds specified header field to the end of the collection.
| |
| Clear()()()() |
Clears the collection of all header fields.
| |
| Contains(String) |
Gets if collection contains specified header field.
| |
| Contains(HeaderField) |
Gets if collection contains specified header field.
| |
| Count |
Gets header fields count in the collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get(String) |
Gets header fields with specified name, returns null if specified field doesn't exist.
| |
| GetEnumerator()()()() |
Gets enumerator.
| |
| GetFirst(String) |
Gets first header field with specified name, returns null if specified field doesn't exist.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert(Int32, String, String) |
Inserts a new header field into the collection at the specified location.
| |
| Item[([( Int32])]) |
Gets header field from specified index.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parse(String) |
Parses header fields from string.
| |
| Parse(Stream) |
Parses header fields from stream. Stream position stays where header reading ends.
| |
| Parse(SmartStream) |
Parses header fields from stream. Stream position stays where header reading ends.
| |
| Remove(Int32) |
Removes header field at the specified index from the collection.
| |
| Remove(HeaderField) |
Removes specified header field from the collection.
| |
| RemoveAll(String) |
Removes all header fields with specified name from the collection.
| |
| ToHeaderString(String) |
Converts header fields to rfc 2822 message header string.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| HeaderFieldCollection | |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119