SocketTools .NET Edition

SocketWrench.HostAliasArray Class

The class used to return the aliases for a specified host name.

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

System.Object
   SocketTools.SocketWrench.HostAliasArray

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

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 HostAliasArray class returns the aliases for a specified host name. A read-only instance of this class is created by the SocketWrench class constructor and accessed using the HostAlias array.

Requirements

Namespace: SocketTools

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

See Also

SocketWrench.HostAliasArray Members | SocketTools Namespace | HostAlias Field