The SendResponsemethod sends a SIP response message to the client transaction whose request initiated this server transaction.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Sub 
SendResponse ( _
	
response 
As 

Response _
)
Visual Basic (usage)
Dim 
instance 
As 

ServerTransaction
Dim 
response 
As 

Response

instance.
SendResponse(
response)
C#
public 
void 
SendResponse(
	

Response 
response
)

Parameters

response
Type: Microsoft.Rtc.Sip . . :: . . Response

Specifies a Response object that contains the SIP response.

See also