Default constructor.

Syntax
| C# | Visual Basic | Managed C++ |
public SipRegistrationContact (
string contactUri,
int exprires,
double priority
)
public:
SipRegistrationContact (
String^ contactUri,
int exprires,
double priority
)

Parameters
- contactUri (String)
- Contact URI.
- exprires (Int32)
- Seconds after how many seconds this contact will expire.
- priority (Double)
- Contact priority.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)