Expand Minimize
This topic has not yet been rated - Rate this topic

ResponseReceivedEventHandler delegate

Lync 2013

Delegate used for incoming responses that are dispatched to the application.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent (in ServerAgent.dll)
public delegate void ResponseReceivedEventHandler(
	Object sender,
	ResponseReceivedEventArgs e
)

Parameters

sender
Type: System.Object
The source of the event.
e
Type: Microsoft.Rtc.Sip.ResponseReceivedEventArgs
Contains event data.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.