LumiSoft Net Help
ProcessResponse Method (response)
NamespacesLumiSoft.Net.SIP.StackSIP_DialogProcessResponse(SIP_Response)
Processes specified response through this dialog.
Declaration Syntax
C#Visual BasicVisual C++F#
protected internal virtual bool ProcessResponse(
	SIP_Response response
)
Protected Friend Overridable Function ProcessResponse ( 
	response As SIP_Response
) As Boolean
protected public:
virtual bool ProcessResponse(
	SIP_Response^ response
)
abstract ProcessResponse : 
        response : SIP_Response -> bool 
override ProcessResponse : 
        response : SIP_Response -> bool 
Parameters
response (SIP_Response)
SIP response to process.
Return Value
Boolean
Returns true if this dialog processed specified response, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when response is null.

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