ServerTransaction.SendResponse

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

Syntax

[C#]

  Copy imageCopy Code
public void SendResponse(
  Response response
);

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public Sub SendResponse( _
  ByVal response As Response _
)

Parameters

response

Specifies a Response Sip Class object that contains the SIP response.

Return Values

This method has no return values.

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also