LumiSoft Mail Server User API
SIP_MVGroupHFCollection<(Of T>) Class
Namespaces > LumiSoft.Net.SIP.Header > SIP_MVGroupHFCollection<(Of T>)
Implements same multi value header fields group. Group can contain one type header fields only. This is class is used by Via:,Route:, ... .
Syntax
C#Visual BasicManaged C++
public class SIP_MVGroupHFCollection<T> where T : new(), SIP_t_HeaderFieldValue
Public Class SIP_MVGroupHFCollection(Of T As {New, SIP_t_HeaderFieldValue})
generic<typename T>
where T : gcnew(), SIP_t_HeaderFieldValue
public ref class SIP_MVGroupHFCollection
Generic Template Parameters
T
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
SIP_MVGroupHFCollection<(Of T>)New(SIP_Message, String)
Default constructor.
Add(String)
Add new header field on the bottom of the whole header.
AddToTop(String)
Add new header field on the top of the whole header.
Count
Gets number of header fields in this group.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldName
Gets header field name what this group holds.
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.)
GetAllValues()
Gets all header field values.
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.)
GetTopMostValue()
Gets top most header field first value.
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
HeaderFields
Gets header fields what are in this group.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveTopMostValue()
Removes top most header field first value. If value is the last value, the whole header field will be removed.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SIP_MVGroupHFCollection<(Of T>)

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