DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / WadoWebClient Class / WadoWebClient Constructor / WadoWebClient Constructor(String,DicomWebClientConnectionConfig)
The end-point to which the WADO requests are to be sent.
User configurable setting when creating a new DicomWebClient



In This Topic
    WadoWebClient Constructor(String,DicomWebClientConnectionConfig)
    In This Topic
    Creates a new WadoWebClient using the supplied DicomObjects.DicomWeb.WebClient.DicomWebClientConnectionConfig.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String, _
       ByVal ConnectionConfig As DicomWebClientConnectionConfig _
    )
    'Usage
     
    
    Dim Destination As String
    Dim ConnectionConfig As DicomWebClientConnectionConfig
     
    Dim instance As New WadoWebClient(Destination, ConnectionConfig)

    Parameters

    Destination
    The end-point to which the WADO requests are to be sent.
    ConnectionConfig
    User configurable setting when creating a new DicomWebClient
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also