DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / StowWebClient Class / StowWebClient Constructor / StowWebClient Constructor(String,HttpClient)
The end-point to which the WADO requests are to be sent.
The caller owned HttpClient used to send requests.



In This Topic
    StowWebClient Constructor(String,HttpClient)
    In This Topic
    Creates a new StowWebClient using a caller supplied HttpClient.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String, _
       ByVal client As HttpClient _
    )
    'Usage
     
    
    Dim Destination As String
    Dim client As HttpClient
     
    Dim instance As New StowWebClient(Destination, client)
    public StowWebClient( 
       string Destination,
       HttpClient client
    )
    public:
    StowWebClient( 
       String^ Destination,
       HttpClient^ client
    )

    Parameters

    Destination
    The end-point to which the WADO requests are to be sent.
    client
    The caller owned HttpClient used to send requests.
    Remarks
    The supplied HttpClient is not disposed when this WadoWebClient is disposed.
    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