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



In This Topic
    StowWebClient Constructor(String,DicomWebClientConnectionConfig)
    In This Topic
    Create a new StowWebClient oject
    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 StowWebClient(Destination, ConnectionConfig)

    Parameters

    Destination
    The end-point to which the STOW 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