Parse SIP or SIPS URI from string value.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static SIP_Uri Parse( string value )
Public Shared Function Parse ( value As String ) As SIP_Uri
public: static SIP_Uri^ Parse( String^ value )
static member Parse : value : string -> SIP_Uri
Parameters
- value (String)
- String URI value.
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
ArgumentException | Is raised when value is not valid SIP or SIPS URI. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119