Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSeq ( ) : System |
Initializes a new instance of the CSeq class.
|
|
CSeq ( int seqNr, string method ) : System |
Initializes a new instance of the CSeq class.
|
|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Equals ( IHeader other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool | ||
ToString ( ) : string |
public CSeq ( int seqNr, string method ) : System | ||
seqNr | int | Sequence number. |
method | string | SIP method. |
return | System |
public Equals ( IHeader other ) : bool | ||
other | IHeader | An object to compare with this object. /// |
return | bool |