LumiSoft Net Help
CreateRequest Method (method)
NamespacesLumiSoft.Net.SIP.StackSIP_DialogCreateRequest(String)
Creates new SIP request using this dialog info.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
method (String)
SIP method.
Return Value
SIP_Request
Returns created request.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this method is accessed.
ArgumentNullExceptionIs raised when method is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119