Default constructor.

Syntax
| C# | Visual Basic | Managed C++ |
Public Sub New ( _
userName As String, _
address As String _
)
public:
SIP_Registration (
String^ userName,
String^ address
)

Parameters
- userName (String)
- User name what owns registration.
- address (String)
- Address what registration holds. (This is To: address of record value.)
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)