DataDirect XML Converters 5.0 Send comments on this topic.
UriResult Class
See Also  Members  
DDTek.XmlConverter Namespace : UriResult Class




A UriResult can be used to accept either non-XML or XML result data from an Converter.

Syntax

Visual Basic (Declaration) 
Public Class UriResult 
   Inherits Result
Visual Basic (Usage)Copy Code
Dim instance As UriResult
C# 
public class UriResult : Result 
Managed Extensions for C++ 
public __gc class UriResult : public Result 
C++/CLI 
public ref class UriResult : public Result 

Remarks

The UriResult object contains the Uri to which data should be written. The Converter will open the Uri, write the data, and close the stream used to write the data.

Inheritance Hierarchy

System.Object
   DDTek.XmlConverter.Result
      DDTek.XmlConverter.UriResult

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.