Share via


ResponseReceivedEventHandler.ResponseReceivedEventHandler delegate

 
Communications Server 2007 Server SDK Documentation

ResponseReceivedEventHandler

The ResponseReceivedEventHandler delegate handles incoming responses dispatched to the application.

[C#]
public delegate void ResponseReceivedEventHandler(
object sender,
  ResponseReceivedEventArgs e
);
FakePre-a2e1b4b9be714f538653b92c42bff26b-e2d3e5f98766407f89dae9802a79a013

Parameters

Remarks

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

Requirements

Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

ClientTransaction, ClientTransaction.ResponseReceived, Dispatch, Response, ResponseReceivedEventArgs

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.