ClientTransaction.OnResponseReceived

The OnResponseReceived method raises the ClientTransaction.ResponseReceived event.

Syntax

[C#]

  Copy imageCopy Code
protected virtual void OnResponseReceived();

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
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)

See Also