ResponseReceivedEventHandler

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

ResponseReceivedEventHandler

The ResponseReceivedEventHandler delegate handles incoming responses dispatched to the application.

Syntax

public delegate void ResponseReceivedEventHandler(
  object sender,
  ResponseReceivedEventArgs e
);

Syntax

Public Delegate Sub ResponseReceivedEventHandler( _
  ByVal sender As object, _
  ByVal e As ResponseReceivedEventArgs _
)

Parameters

Remarks

ResponseReceivedEventArgs contains the incoming Response Sip Class object, as well as the ClientTransaction object for which it is intended.

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007 R2

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (ServerAgent.dll)

See Also

Concepts

ClientTransaction

ClientTransaction.ResponseReceived

Dispatch

Response Sip Class

ResponseReceivedEventArgs