getIPAddresses Method

Summary
Gets the IP addresses with the specified AddressFamily and index.
Syntax
C#
VB
C++
public static IPAddress getIPAddresses( 
   AddressFamily family, 
   int index 
) 
  
Public Shared Function getIPAddresses( _ 
   ByVal family As AddressFamily, _ 
   ByVal index As Integer _ 
) As IPAddress 
public: 
static IPAddress^ getIPAddresses(  
   AddressFamily family, 
   int index 
)  

Parameters

family
The addressing scheme to look for.

index
The index.

Return Value

The IPAddress at the specified index.

Remarks

IPAddress on the machine are stored as indexes. This method will retrieve the adapter at the specified index.

Requirements

Target Platforms

See Also

Reference

Iphlpapi Class

Iphlpapi Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.