DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / WadoWebClient Class / WadoWebClient Constructor / WadoWebClient Constructor(String,HttpMessageHandler,Boolean)
The end-point to which the WADO 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
    WadoWebClient Constructor(String,HttpMessageHandler,Boolean)
    In This Topic
    Creates a new WadoWebClient 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 WadoWebClient(Destination, handler, disposeHandler)

    Parameters

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