DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / StowWebClient Class / StowWebClient Constructor / StowWebClient Constructor(String)
The end-point to which the STOW requests are to be sent.



In This Topic
    StowWebClient Constructor(String)
    In This Topic
    Create a new StowWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String _
    )
    'Usage
     
    
    Dim Destination As String
     
    Dim instance As New StowWebClient(Destination)
    public StowWebClient( 
       string Destination
    )
    public:
    StowWebClient( 
       String^ Destination
    )

    Parameters

    Destination
    The end-point to which the STOW requests are to be sent.
    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