Share via


RemoteResource.PerformRedirect Method

Redirects the response to a specified URI.

Syntax

  public virtual bool PerformRedirect(
  Uri  redirectUri
);

Parameters

redirectUri

System.Uri.  The URI.

Return Value

System.Boolean.  If true, the request was succesful; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also