Property | Type | Description | |
---|---|---|---|
ViaEntry | System |
Method | Description | |
---|---|---|
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.
|
|
ToString ( ) : string | ||
ViaEntry ( ) : System |
Initializes a new instance of the ViaEntry class.
|
|
ViaEntry ( string domain, string branch ) : System |
Initializes a new instance of the ViaEntry class.
|
Method | Description | |
---|---|---|
ViaEntry ( |
public Equals ( IHeader other ) : bool | ||
other | IHeader | An object to compare with this object. /// |
return | bool |
public ViaEntry ( string domain, string branch ) : System | ||
domain | string | MUST include sip: or any other protocol |
branch | string | |
return | System |