LumiSoft Net Help
SendResponse Method (response)
NamespacesLumiSoft.Net.SIP.StackSIP_TransportLayerSendResponse(SIP_Response)
Sends specified response back to request maker using RFC 3261 18. rules.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SendResponse(
	SIP_Response response
)
Public Sub SendResponse ( 
	response As SIP_Response
)
public:
void SendResponse(
	SIP_Response^ response
)
member SendResponse : 
        response : SIP_Response -> unit 
Parameters
response (SIP_Response)
SIP response.
Remarks
Use this method to send SIP responses from stateless SIP elements, like stateless proxy. Otherwise SIP_ServerTransaction.SendResponse method should be used.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
InvalidOperationExceptionIs raised when stack ahs not been started and this method is accessed.
ArgumentNullExceptionIs raised when response is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
SIP_TransportExceptionIs raised when response sending has failed.

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