Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public SIP_RequestLine( string method, AbsoluteUri uri )
Public Sub New ( method As String, uri As AbsoluteUri )
public: SIP_RequestLine( String^ method, AbsoluteUri^ uri )
new : method : string * uri : AbsoluteUri -> SIP_RequestLine
Parameters
- method (String)
- SIP method.
- uri (AbsoluteUri)
- Request URI.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when method or uri is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119