Port Property

Summary

Port number of the peer computer to which to connect (the SCP's port).

Syntax
C#
VB
C++
public virtual int Port { get; set; } 
  
Public Overridable Property Port As Integer 
public: 
virtual property int Port { 
   int get(); 
   void set (    int ); 
} 

Property Value

The port. Defaults to port 104.

Example

For an example refer to QueryRetrieveScu.Move.

Requirements

Target Platforms

See Also

Reference

DicomScp Class

DicomScp Members

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