Creates new SIP request using this dialog info.

C# | Visual Basic | Visual C++ | F# |
public SIP_Request CreateRequest( string method )
Public Function CreateRequest ( method As String ) As SIP_Request
public: SIP_Request^ CreateRequest( String^ method )
member CreateRequest : method : string -> SIP_Request

- method (String)
- SIP method.

SIP_Request
Returns created request.
Returns created request.

Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
ArgumentNullException | Is raised when method 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