DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / StowWebClient Class / StowWebClient Constructor / StowWebClient Constructor(String,HttpMessageHandler,Boolean)
The end-point to which the STOW requests are to be sent.
The HTTP message handler used to send requests.
true to dispose the supplied handler when this client is disposed; otherwise, false.



In This Topic
    StowWebClient Constructor(String,HttpMessageHandler,Boolean)
    In This Topic
    Creates a new StowWebClient using a caller supplied HTTP message handler.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String, _
       ByVal handler As HttpMessageHandler, _
       ByVal disposeHandler As Boolean _
    )
    'Usage
     
    
    Dim Destination As String
    Dim handler As HttpMessageHandler
    Dim disposeHandler As Boolean
     
    Dim instance As New StowWebClient(Destination, handler, disposeHandler)

    Parameters

    Destination
    The end-point to which the STOW requests are to be sent.
    handler
    The HTTP message handler used to send requests.
    disposeHandler
    true to dispose the supplied handler when this client is disposed; otherwise, false.
    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