LumiSoft Net Help
Reject Method (statusCode_reason)
NamespacesLumiSoft.Net.SIP.UASIP_UA_CallReject(String)
Rejects incoming call.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Reject(
	string statusCode_reason
)
Public Sub Reject ( 
	statusCode_reason As String
)
public:
void Reject(
	String^ statusCode_reason
)
member Reject : 
        statusCode_reason : string -> unit 
Parameters
statusCode_reason (String)
Status-code reasonText.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when call is not in valid state and this method is called.
ArgumentNullExceptionIs raised when statusCode_reason is null.

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