| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal Server As DicomServer, _ ByVal TemporaryDirectory As String, _ ByVal mode As DicomNetSecurityeMode _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomClient( DicomServer Server, string TemporaryDirectory, DicomNetSecurityeMode mode ) | |
| C++/CLI | |
|---|---|
public: DicomClient( DicomServer^ Server, String^ TemporaryDirectory, DicomNetSecurityeMode mode ) | |
Parameters
- Server
- The server this client belongs to.
- TemporaryDirectory
- The temporary directory.
- mode
- The security mode for this client.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family