Forward Method (String)

Forward the call to the specified target URI with a response code 303.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Protected Sub Forward ( _
    targetUri As String _
)
'Usage
Dim targetUri As String

Me.Forward(targetUri)
protected void Forward(
    string targetUri
)

Parameters

Remarks

Redirect the call to a different target. Forwarding is carried out by a proxy when supported.

See Also

Reference

Call Class

Call Members

Forward Overload

Microsoft.Rtc.Collaboration Namespace