ResponseReceivedEventHandler
The ResponseReceivedEventHandler delegate handles incoming responses dispatched to the application.
Syntax
Copy Code | |
---|---|
public delegate void ResponseReceivedEventHandler( object sender, ResponseReceivedEventArgs e ); |
Syntax
Copy Code | |
---|---|
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 Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (ServerAgent.dll)