This class represents MIME header fields collection. Defined in RFC 2045.

C# | Visual Basic | Visual C++ | F# |
public class MIME_h_Collection : IEnumerable
Public Class MIME_h_Collection Implements IEnumerable
public ref class MIME_h_Collection : IEnumerable
type MIME_h_Collection = class interface IEnumerable end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | MIME_h_Collection(MIME_h_Provider) |
Default constructor.
|
![]() | Add(String) |
Parses and adds specified header field to the end of the collection.
|
![]() | Add(MIME_h) |
Adds specified header field to the end of the collection.
|
![]() | Clear()()()() |
Removes all items from the collection.
|
![]() | Contains(String) |
Gets if collection has item with the specified name.
|
![]() | Contains(MIME_h) |
Gets if collection contains the specified item.
|
![]() | Count |
Gets number of items in the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FieldsProvider |
Gets header fields provider.
|
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetFirst(String) |
Gets first header field with the specified name. returns null if specified header 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, MIME_h) |
Inserts a new header field into the collection at the specified location.
|
![]() | IsModified |
Gets if header has modified since it was loaded.
|
![]() | Item[([( Int32])]) |
Gets the element at the specified index.
|
![]() | Item[([( String])]) |
Gets header fields with the specified name.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Parse(String) |
Parses MIME header from the specified value.
|
![]() | Parse(SmartStream) |
Parses MIME header from the specified stream.
|
![]() | Parse(SmartStream, Encoding) |
Parses MIME header from the specified stream.
|
![]() | Remove(MIME_h) |
Removes specified header field from the collection.
|
![]() | RemoveAll(String) |
Removes all header fields with the specified name.
|
![]() | ReplaceFirst(MIME_h) |
Replaces first header field with specified name with specified value.
|
![]() | ToArray()()()() |
Copies header fields to new array.
|
![]() | ToByte(MIME_Encoding_EncodedWord, Encoding) |
Returns header as byte[] data.
|
![]() | ToFile(String, MIME_Encoding_EncodedWord, Encoding) |
Stores header to the specified file.
|
![]() | ToStream(Stream, MIME_Encoding_EncodedWord, Encoding) |
Stores header to the specified stream.
|
![]() | ToStream(Stream, MIME_Encoding_EncodedWord, Encoding, Boolean) |
Stores header to the specified stream.
|
![]() | ToString()()()() |
Returns MIME header as string.
(Overrides Object.ToString()()()().) |
![]() | ToString(MIME_Encoding_EncodedWord, Encoding) |
Returns MIME header as string.
|
![]() | ToString(MIME_Encoding_EncodedWord, Encoding, Boolean) |
Returns MIME header as string.
|

Object | |
![]() | MIME_h_Collection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119