ClientTransaction.OnResponseReceived
ClientTransaction.OnResponseReceived
The OnResponseReceived method raises the ClientTransaction.ResponseReceived event.
Syntax
[C#]
protected virtual void OnResponseReceived();
Syntax
[Visual Basic .NET]
Overridable Protected Sub OnResponseReceived()
Parameters
This method has no parameters.
Return Values
This method has no return values.
Remarks
An implementation of this method must be provided on all classes derived from ClientTransaction.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)