DicomClient Constructor(DicomServer,string,DicomNetSecurityMode,bool)

Summary
Initializes a new instance of the DicomClient class.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal Server As DicomServer, _ 
   ByVal TemporaryDirectory As String, _ 
   ByVal mode As DicomNetSecurityMode, _ 
   ByVal reserved As Boolean _ 
) 
public: 
DicomClient(  
   DicomServer^ Server, 
   String^ TemporaryDirectory, 
   DicomNetSecurityMode mode, 
   bool reserved 
) 

Parameters

Server
The server this client belongs to.

TemporaryDirectory
The temporary directory.

mode
The security mode for this client.

reserved
if set to true [reserved].

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.