다음을 통해 공유


ServicePointManagerElement.EnableDnsRoundRobin 속성

정의

동일한 서버에 대한 연결에 다른 IP 주소를 사용할 수 있는지 여부를 제어하는 부울 값을 가져오거나 설정합니다.

public:
 property bool EnableDnsRoundRobin { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableDnsRoundRobin", DefaultValue=false)]
public bool EnableDnsRoundRobin { get; set; }
[<System.Configuration.ConfigurationProperty("enableDnsRoundRobin", DefaultValue=false)>]
member this.EnableDnsRoundRobin : bool with get, set
Public Property EnableDnsRoundRobin As Boolean

속성 값

DNS 라운드 로빈 동작을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보