←Select platform

ScpHost Property

Summary

Gets or sets the host DicomConnection that listens for connections during a C-MOVE to oneself.

Syntax
C#
VB
C++
public DicomConnection ScpHost { get; set; } 
Public Property ScpHost() As DicomConnection 
   Get 
   Set 
public:  
   property DicomConnection^ ScpHost 
   { 
      DicomConnection^ get() 
      void set(DicomConnection^ value) 
   } 

Property Value

The host DicomConnection that listens for connections during a C-MOVE to oneself.

Example

For an example refer to [UseSecureHost].

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly