SocketTools .NET Edition

InternetServer.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 InternetServer.AdapterAddressArray Members.

System.Object
   SocketTools.InternetServer.AdapterAddressArray

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class InternetServer.AdapterAddressArray
[C#]
[DefaultMember(MemberName="Item")]
public class InternetServer.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 InternetServer class constructor and accessed using the AdapterAddress array.

Requirements

Namespace: SocketTools

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

See Also

InternetServer.AdapterAddressArray Members | SocketTools Namespace | AdapterAddress Field