GetHostAddress method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BSTR GetHostAddress (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

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

To get the local port value for the specified connection, call the GetHostPort method.

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

See Also

Elements:

GetHostPort method, GetPeerAddress method, GetPeerPort method

Topics:

DICOM Network Connection: Getting Information About a Network Connection