DicomObjects.NET10 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / NPIWebClient Constructor / NPIWebClient Constructor(String,DicomWebClientConnectionConfig)
The end-point to which the NPI requests are to be sent.
User configurable setting when creating a new DicomWebClient



In This Topic
    NPIWebClient Constructor(String,DicomWebClientConnectionConfig)
    In This Topic
    Create a new NPIWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String, _
       ByVal ConnectionConfig As DicomWebClientConnectionConfig _
    )
    'Usage
     
    
    Dim Destination As String
    Dim ConnectionConfig As DicomWebClientConnectionConfig
     
    Dim instance As New NPIWebClient(Destination, ConnectionConfig)

    Parameters

    Destination
    The end-point to which the NPI requests are to be sent.
    ConnectionConfig
    User configurable setting when creating a new DicomWebClient
    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