LumiSoft Mail Server User API
SIP_HeaderFieldCollection Class
Namespaces > LumiSoft.Net.SIP.Header > SIP_HeaderFieldCollection
SIP header fields collection.
Syntax
C#Visual BasicManaged C++
public class SIP_HeaderFieldCollection : IEnumerable
Public Class SIP_HeaderFieldCollection _
	Implements IEnumerable
public ref class SIP_HeaderFieldCollection : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_HeaderFieldCollectionNew()
Default constructor.
Add(String, String)
Adds a new header field with specified name and value to the end of the collection.
Add(SIP_HeaderField)
Adds specified heade 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(SIP_HeaderField)
Gets if collection contains specified header field.
Count
Gets header fields count in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get(String)
Gets header fields with specified name.
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. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(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.
Remove(Int32)
Removes header field at the specified index from the collection.
Remove(SIP_HeaderField)
Removes specified header field from the collection.
RemoveAll(String)
Removes all header fields with specified name from the collection.
RemoveFirst(String)
Removes first header field with specified name.
Set(String, String)
Sets specified header field value. If header field existst, first found value is set. If field doesn't exist, it will be added.
ToHeaderString()
Converts header fields to SIP message header string.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SIP_HeaderFieldCollection

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)