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



IconMemberDescription
SIP_SVGroupHFCollection<(Of T>)New(SIP_Message, String)
Default constructor.
Add(String)
Adds specified header field value to the end of 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.)
GetFirst()
Gets the first(Top-Most) header field. Returns null if no header fields.
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.)
HeaderFields
Gets header fields what are in this group.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Int32)
Removes header field from specified index.
Remove(SIP_SingleValueHF<(Of T>))
Removes specified header field from header.
RemoveAll()
Removes all this gorup header fields from header.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SIP_SVGroupHFCollection<(Of T>)

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