Gets or sets the host port.
public new int HostPort {get; set;}
public new int HostPort {get; set;}
hide get_HostPort();
set_HostPort(value);
public:
new property int HostPort {
int get();
void set ( int value);
}
'Declaration
Public Shadows Property HostPort As Integer
'Usage
Dim instance As DicomConnection
Dim value As Integer
instance.HostPort = value
value = instance.HostPort
Property Value
The host port. This port will be used for store SCP during a C-MOVE-REQ.
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