DnsResolverOptions.Servers Property

Definition

Gets or sets the collection of server endpoints used for network connections.

public:
 property System::Collections::Generic::IList<System::Net::IPEndPoint ^> ^ Servers { System::Collections::Generic::IList<System::Net::IPEndPoint ^> ^ get(); void set(System::Collections::Generic::IList<System::Net::IPEndPoint ^> ^ value); };
public System.Collections.Generic.IList<System.Net.IPEndPoint> Servers { get; set; }
member this.Servers : System.Collections.Generic.IList<System.Net.IPEndPoint> with get, set
Public Property Servers As IList(Of IPEndPoint)

Property Value

Applies to