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