ServerTransaction.SendResponse

ServerTransaction.SendResponse

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

Syntax

[C#]

public void SendResponse(
  Response response
);

Syntax

[Visual Basic .NET]

Public Sub SendResponse( _
  ByVal response As Response _
)

Parameters

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

Concepts

Response Sip Class

ServerTransaction