DicomObjects.NET10 Documentation
DicomObjects.DicomWeb Namespace / MWLWebClient Class / MWLWebClient Constructor / MWLWebClient Constructor(String,HttpClient)
The end-point to which the MWL requests are to be sent.
User provided HttpClient object. It is the user's responsibility to dispose the HttpClient object



In This Topic
    MWLWebClient Constructor(String,HttpClient)
    In This Topic
    Create a new MWLWebClient oject from user provided HttpClient object
    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 MWLWebClient(Destination, client)
    public MWLWebClient( 
       string Destination,
       HttpClient client
    )
    public:
    MWLWebClient( 
       String^ Destination,
       HttpClient^ client
    )

    Parameters

    Destination
    The end-point to which the MWL requests are to be sent.
    client
    User provided HttpClient object. It is the user's responsibility to dispose the HttpClient object
    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