Forward Method (String, CallForwardOptions)
Redirect the call to a different target URI.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub Forward ( _
targetUri As String, _
forwardOptions As CallForwardOptions _
)
'Usage
Dim targetUri As String
Dim forwardOptions As CallForwardOptions
Me.Forward(targetUri, forwardOptions)
protected void Forward(
string targetUri,
CallForwardOptions forwardOptions
)
Parameters
- targetUri
Type: System..::..String
- forwardOptions
Type: Microsoft.Rtc.Collaboration..::..CallForwardOptions
Remarks
This is similar to Forward except that the forwarding is carried out by a proxy when supported.
When the parameter is null, the call will be forwarded with a 303 response code.