DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / NPIWebClient Constructor
The base end-point to which the requests are to be sent



In This Topic
    NPIWebClient Constructor
    In This Topic
    Create a new NPIWebClient oject
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal Destination As String _
    )
    'Usage
     
    
    Dim Destination As String
     
    Dim instance As New NPIWebClient(Destination)
    public NPIWebClient( 
       string Destination
    )
    public:
    NPIWebClient( 
       String^ Destination
    )

    Parameters

    Destination
    The base end-point to which the requests are to be sent
    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