GetHostPort method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetHostPort (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Gets the local port for the specified connection.

To get the local address for the specified connection, call the GetHostAddress method.

To get information about a peer, use the GetPeerAddress method and the GetPeerPort method.

See Also

Elements:

GetHostAddress method, GetPeerAddress method, GetPeerPort method

Topics:

DICOM Network Connection: Getting Information About a Network Connection