DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / ReadURL Method

The web address of the DataSet to read.




In This Topic
    ReadURL Method (DicomDataSet)
    In This Topic
    Reads DataSet from Web Address
    Syntax
    'Declaration
     
    Public Sub ReadURL( _
       ByVal URL As String _
    ) 
    'Usage
     
    Dim instance As DicomDataSet
    Dim URL As String
     
    instance.ReadURL(URL)
    public void ReadURL( 
       string URL
    )
    public:
    void ReadURL( 
       String^ URL
    ) 

    Parameters

    URL

    The web address of the DataSet to read.

    Remarks

    A valid web address should be provided by the user. This method does not support progressive downloading (JPIP support is to be implemented).

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also