SIP header fields collection.

C# | Visual Basic | Visual C++ | F# |
public class SIP_HeaderFieldCollection : IEnumerable
Public Class SIP_HeaderFieldCollection Implements IEnumerable
public ref class SIP_HeaderFieldCollection : IEnumerable
type SIP_HeaderFieldCollection = class interface IEnumerable end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SIP_HeaderFieldCollection()()()() |
Default constructor.
|
![]() | Add(String, String) |
Adds a new header field with specified name and value to the end of the collection.
|
![]() | Add(SIP_HeaderField) |
Adds specified header field to the end of the collection.
|
![]() | Clear()()()() |
Clears the collection of all header fields.
|
![]() | Contains(String) |
Gets if collection contains specified header field.
|
![]() | Contains(SIP_HeaderField) |
Gets if collection contains specified header field.
|
![]() | Count |
Gets header fields count in the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(String) |
Gets header fields with specified name.
|
![]() | GetEnumerator()()()() |
Gets enumerator.
|
![]() | GetFirst(String) |
Gets first header field with specified name, returns null if specified field doesn't exist.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(Int32, String, String) |
Inserts a new header field into the collection at the specified location.
|
![]() | Item[([( Int32])]) |
Gets header field from specified index.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Parse(String) |
Parses header fields from string.
|
![]() | Parse(Stream) |
Parses header fields from stream. Stream position stays where header reading ends.
|
![]() | Remove(Int32) |
Removes header field at the specified index from the collection.
|
![]() | Remove(SIP_HeaderField) |
Removes specified header field from the collection.
|
![]() | RemoveAll(String) |
Removes all header fields with specified name from the collection.
|
![]() | RemoveFirst(String) |
Removes first header field with specified name.
|
![]() | Set(String, String) |
Sets specified header field value. If header field existst, first found value is set.
If field doesn't exist, it will be added.
|
![]() | ToHeaderString()()()() |
Converts header fields to SIP message header string.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | |
![]() | SIP_HeaderFieldCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119