XmlRemoteResource Class

Works with XML data from a remote resource. Use this class to construct a data request, process the response, and parse the data that is received. This class applies XML-specific parsing and mapping.

Note   If a mapping is incorrect (for example, the resource does not exist), an error message is not displayed and the the value of the resource will simply appear empty.

  public class XmlRemoteResource : RemoteResource

Public Instance Constructor

Method Description
XmlRemoteResource Initializes a new instance of the XmlRemoteResource class.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also