Catalyst File Transfer .NET

InternetDialer.NameServerArray Class

The class used to return the nameservers for the current phonebook entry.

For a list of all members of this type, see InternetDialer.NameServerArray Members.

System.Object
   SocketTools.InternetDialer.NameServerArray

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

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 NameServerArray class returns the nameservers for the current phonebook entry. A read-only instance of this class is created by the InternetDialer class constructor and accessed using the NameServer property array.

Requirements

Namespace: SocketTools

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

See Also

InternetDialer.NameServerArray Members | SocketTools Namespace