Implements same multi value header fields group. Group can contain one type header fields only.
This is class is used by Via:,Route:, ... .
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class SIP_MVGroupHFCollection<T> where T : new(), SIP_t_Value
Public Class SIP_MVGroupHFCollection(Of T As {New, SIP_t_Value})
generic<typename T> where T : gcnew(), SIP_t_Value public ref class SIP_MVGroupHFCollection
type SIP_MVGroupHFCollection<'T when 'T : new() and SIP_t_Value> = class end
Generic Template Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:LumiSoft.Net.SIP.Message.SIP_MVGroupHFCollection`1"]
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SIP_MVGroupHFCollection<(Of <(<'T>)>)>(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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllValues()()()() |
Gets all header field values.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (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.) | |
RemoveAll()()()() |
Removes all specified header fields with their values.
| |
RemoveLastValue()()()() |
Removes last value. If value is the last value n header field, the whole header field will be removed.
| |
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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119