SocketTools .NET Edition

SocketWrench.AdapterAddressArray Class

The class used to return the network adapters configured for the local host.

For a list of all members of this type, see SocketWrench.AdapterAddressArray Members.

System.Object
   SocketTools.SocketWrench.AdapterAddressArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class SocketWrench.AdapterAddressArray
[C#]
[DefaultMember(MemberName="Item")]
public class SocketWrench.AdapterAddressArray

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The AdapterAddressArray class returns the network adapters configured for the local host. A read-only instance of this class is created by the SocketWrench class constructor and accessed using the AdapterAddress array.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SocketWrench (in SocketTools.SocketWrench.dll)

See Also

SocketWrench.AdapterAddressArray Members | SocketTools Namespace | AdapterAddress Field