GetPeerPort method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long GetPeerPort (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

To get the peer address for the specified connection, call the GetPeerAddress method.

To get information about the host, use the GetHostAddress method and the GetHostPort method.

See Also

Elements:

GetPeerAddress method, GetHostAddress method, GetHostPort method

Topics:

DICOM Network Connection: Getting Information About a Network Connection