Implements same multi value header fields group. Group can contain one type header fields only.
This is class is used by Via:,Route:, ... .
| C# | Visual Basic | Managed 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
- T
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| 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) | (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() | (Inherited from Object.) |
| Object | |
| SIP_MVGroupHFCollection<(Of T>) | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)